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