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