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