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