pub struct DMAIER { /* private fields */ }
Expand description
Ethernet DMA interrupt enable register
Implementations§
Auto Trait Implementations§
impl !Freeze for DMAIER
impl !RefUnwindSafe for DMAIER
impl Send for DMAIER
impl !Sync for DMAIER
impl Unpin for DMAIER
impl UnwindSafe for DMAIER
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