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