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