Enum Rgufm
#[repr(u8)]pub enum Rgufm {
Unmasked = 0,
Masked = 1,
}Variants§
Unmasked = 0
Received-good-unicast counter half-full interrupt enabled
Masked = 1
Received-good-unicast counter half-full interrupt disabled
Implementations§
Trait Implementations§
impl Copy for Rgufm
impl Eq for Rgufm
§impl Ord for Rgufm
impl Ord for Rgufm
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 Rgufm
impl PartialOrd for Rgufm
impl StructuralPartialEq for Rgufm
Auto Trait Implementations§
impl Freeze for Rgufm
impl RefUnwindSafe for Rgufm
impl Send for Rgufm
impl Sync for Rgufm
impl Unpin for Rgufm
impl UnsafeUnpin for Rgufm
impl UnwindSafe for Rgufm
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