#[repr(transparent)]pub struct IntmMm(pub u32);Expand description
Monitor Mode
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for IntmMm
impl Eq for IntmMm
impl StructuralPartialEq for IntmMm
Auto Trait Implementations§
impl Freeze for IntmMm
impl RefUnwindSafe for IntmMm
impl Send for IntmMm
impl Sync for IntmMm
impl Unpin for IntmMm
impl UnwindSafe for IntmMm
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