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