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