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