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