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