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