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