#[repr(transparent)]pub struct SSF_MASK(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
Source§impl Abi for SSF_MASK
impl Abi for SSF_MASK
Source§impl BitAndAssign for SSF_MASK
impl BitAndAssign for SSF_MASK
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOrAssign for SSF_MASK
impl BitOrAssign for SSF_MASK
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: 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