pub struct MMCTGFSCCR { /* private fields */ }
Expand description
Ethernet MMC transmitted good frames after a single collision counter
Implementations§
Auto Trait Implementations§
impl !Freeze for MMCTGFSCCR
impl !RefUnwindSafe for MMCTGFSCCR
impl Send for MMCTGFSCCR
impl !Sync for MMCTGFSCCR
impl Unpin for MMCTGFSCCR
impl UnwindSafe for MMCTGFSCCR
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