pub struct DMAMFBOCR { /* private fields */ }
Expand description
Ethernet DMA missed frame and buffer overflow counter register
Implementations§
Auto Trait Implementations§
impl !Freeze for DMAMFBOCR
impl !RefUnwindSafe for DMAMFBOCR
impl Send for DMAMFBOCR
impl !Sync for DMAMFBOCR
impl Unpin for DMAMFBOCR
impl UnwindSafe for DMAMFBOCR
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