Enum Rfcem
#[repr(u8)]pub enum Rfcem {
Unmasked = 0,
Masked = 1,
}Variants§
Unmasked = 0
Received-crc-error counter half-full interrupt enabled
Masked = 1
Received-crc-error counter half-full interrupt disabled
Implementations§
Trait Implementations§
impl Copy for Rfcem
impl Eq for Rfcem
§impl Ord for Rfcem
impl Ord for Rfcem
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Rfcem
impl PartialOrd for Rfcem
impl StructuralPartialEq for Rfcem
Auto Trait Implementations§
impl Freeze for Rfcem
impl RefUnwindSafe for Rfcem
impl Send for Rfcem
impl Sync for Rfcem
impl Unpin for Rfcem
impl UnsafeUnpin for Rfcem
impl UnwindSafe for Rfcem
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