Struct Maca2lr
#[repr(transparent)]pub struct Maca2lr(pub u32);
Expand description
Ethernet MAC address 2 low register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Maca2lr
impl Eq for Maca2lr
impl StructuralPartialEq for Maca2lr
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