pub enum RFCEMW {
UNMASKED,
MASKED,
}
Expand description
Values that can be written to the field RFCEM
Variants§
UNMASKED
Received-crc-error counter half-full interrupt enabled
MASKED
Received-crc-error counter half-full interrupt disabled
Auto Trait Implementations§
impl Freeze for RFCEMW
impl RefUnwindSafe for RFCEMW
impl Send for RFCEMW
impl Sync for RFCEMW
impl Unpin for RFCEMW
impl UnwindSafe for RFCEMW
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