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