#[repr(u8)]pub enum Rwrnmsk {
RX_WARNING_INT_DISABLED = 0,
RX_WARNING_INT_ENABLED = 1,
}Variants§
RX_WARNING_INT_DISABLED = 0
Rx Warning interrupt disabled.
RX_WARNING_INT_ENABLED = 1
Rx Warning interrupt enabled.
Implementations§
Trait Implementations§
Source§impl Ord for Rwrnmsk
impl Ord for Rwrnmsk
Source§impl PartialOrd for Rwrnmsk
impl PartialOrd for Rwrnmsk
impl Copy for Rwrnmsk
impl Eq for Rwrnmsk
impl StructuralPartialEq for Rwrnmsk
Auto Trait Implementations§
impl Freeze for Rwrnmsk
impl RefUnwindSafe for Rwrnmsk
impl Send for Rwrnmsk
impl Sync for Rwrnmsk
impl Unpin for Rwrnmsk
impl UnwindSafe for Rwrnmsk
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