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