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