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