#[repr(u8)]pub enum Intm {
MODE0 = 0,
MODE1 = 1,
MODE2 = 2,
_RESERVED_3 = 3,
}Variants§
MODE0 = 0
See above description
MODE1 = 1
See above description
MODE2 = 2
See above description
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for Intm
impl Ord for Intm
Source§impl PartialOrd for Intm
impl PartialOrd for Intm
impl Copy for Intm
impl Eq for Intm
impl StructuralPartialEq for Intm
Auto Trait Implementations§
impl Freeze for Intm
impl RefUnwindSafe for Intm
impl Send for Intm
impl Sync for Intm
impl Unpin for Intm
impl UnwindSafe for Intm
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