Struct CLFS_FLAG
#[repr(transparent)]pub struct CLFS_FLAG(pub u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
§impl BitAndAssign for CLFS_FLAG
impl BitAndAssign for CLFS_FLAG
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOrAssign for CLFS_FLAG
impl BitOrAssign for CLFS_FLAG
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read moreimpl Copy for CLFS_FLAG
impl Eq for CLFS_FLAG
impl StructuralPartialEq for CLFS_FLAG
Auto Trait Implementations§
impl Freeze for CLFS_FLAG
impl RefUnwindSafe for CLFS_FLAG
impl Send for CLFS_FLAG
impl Sync for CLFS_FLAG
impl Unpin for CLFS_FLAG
impl UnwindSafe for CLFS_FLAG
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