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