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