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