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