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