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