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