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