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