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