#[repr(u8)]pub enum Mii {
ZERO = 0,
ONE = 1,
}Variants§
ZERO = 0
The corresponding interrupt source is masked.
ONE = 1
The corresponding interrupt source is not masked.
Implementations§
Trait Implementations§
Source§impl Ord for Mii
impl Ord for Mii
Source§impl PartialOrd for Mii
impl PartialOrd for Mii
impl Copy for Mii
impl Eq for Mii
impl StructuralPartialEq for Mii
Auto Trait Implementations§
impl Freeze for Mii
impl RefUnwindSafe for Mii
impl Send for Mii
impl Sync for Mii
impl Unpin for Mii
impl UnwindSafe for Mii
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