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