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