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