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