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