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