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