pub struct DMARPDR { /* private fields */ }
Expand description
EHERNET DMA receive poll demand register
Implementations§
Auto Trait Implementations§
impl !Freeze for DMARPDR
impl !RefUnwindSafe for DMARPDR
impl Send for DMARPDR
impl !Sync for DMARPDR
impl Unpin for DMARPDR
impl UnwindSafe for DMARPDR
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