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