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