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