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