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