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