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