pub enum TGFSCM_A {
Unmasked = 0,
Masked = 1,
}
Expand description
Transmitted good frames single collision mask
Value on reset: 0
Variants§
Unmasked = 0
0: Transmitted-good-single-collision half-full interrupt enabled
Masked = 1
1: Transmitted-good-single-collision half-full interrupt disabled
Trait Implementations§
impl Copy for TGFSCM_A
impl StructuralPartialEq for TGFSCM_A
Auto Trait Implementations§
impl Freeze for TGFSCM_A
impl RefUnwindSafe for TGFSCM_A
impl Send for TGFSCM_A
impl Sync for TGFSCM_A
impl Unpin for TGFSCM_A
impl UnwindSafe for TGFSCM_A
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