Struct windows::Win32::System::Ioctl::FS_BPIO_INFLAGS
#[repr(transparent)]pub struct FS_BPIO_INFLAGS(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl FS_BPIO_INFLAGS
impl FS_BPIO_INFLAGS
Trait Implementations§
§impl BitAnd for FS_BPIO_INFLAGS
impl BitAnd for FS_BPIO_INFLAGS
§impl BitAndAssign for FS_BPIO_INFLAGS
impl BitAndAssign for FS_BPIO_INFLAGS
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for FS_BPIO_INFLAGS
impl BitOr for FS_BPIO_INFLAGS
§impl BitOrAssign for FS_BPIO_INFLAGS
impl BitOrAssign for FS_BPIO_INFLAGS
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for FS_BPIO_INFLAGS
impl Clone for FS_BPIO_INFLAGS
§fn clone(&self) -> FS_BPIO_INFLAGS
fn clone(&self) -> FS_BPIO_INFLAGS
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for FS_BPIO_INFLAGS
impl Debug for FS_BPIO_INFLAGS
§impl Default for FS_BPIO_INFLAGS
impl Default for FS_BPIO_INFLAGS
§fn default() -> FS_BPIO_INFLAGS
fn default() -> FS_BPIO_INFLAGS
Returns the “default value” for a type. Read more
§impl Not for FS_BPIO_INFLAGS
impl Not for FS_BPIO_INFLAGS
§impl PartialEq for FS_BPIO_INFLAGS
impl PartialEq for FS_BPIO_INFLAGS
§fn eq(&self, other: &FS_BPIO_INFLAGS) -> bool
fn eq(&self, other: &FS_BPIO_INFLAGS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FS_BPIO_INFLAGS
impl Eq for FS_BPIO_INFLAGS
impl StructuralPartialEq for FS_BPIO_INFLAGS
Auto Trait Implementations§
impl Freeze for FS_BPIO_INFLAGS
impl RefUnwindSafe for FS_BPIO_INFLAGS
impl Send for FS_BPIO_INFLAGS
impl Sync for FS_BPIO_INFLAGS
impl Unpin for FS_BPIO_INFLAGS
impl UnwindSafe for FS_BPIO_INFLAGS
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)