#[repr(u8)]pub enum MMode {
MODE_0 = 0,
MODE_5 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for MMode
impl Ord for MMode
Source§impl PartialOrd for MMode
impl PartialOrd for MMode
impl Copy for MMode
impl Eq for MMode
impl StructuralPartialEq for MMode
Auto Trait Implementations§
impl Freeze for MMode
impl RefUnwindSafe for MMode
impl Send for MMode
impl Sync for MMode
impl Unpin for MMode
impl UnwindSafe for MMode
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