#[repr(u8)]pub enum Eberr {
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 Eberr
impl Ord for Eberr
Source§impl PartialOrd for Eberr
impl PartialOrd for Eberr
impl Copy for Eberr
impl Eq for Eberr
impl StructuralPartialEq for Eberr
Auto Trait Implementations§
impl Freeze for Eberr
impl RefUnwindSafe for Eberr
impl Send for Eberr
impl Sync for Eberr
impl Unpin for Eberr
impl UnwindSafe for Eberr
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