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