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