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