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