#[repr(transparent)]pub struct Mac0(pub u32);Expand description
Value of OTP Bank4 Word2 (MAC Address)
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Mac0
impl Eq for Mac0
impl StructuralPartialEq for Mac0
Auto Trait Implementations§
impl Freeze for Mac0
impl RefUnwindSafe for Mac0
impl Send for Mac0
impl Sync for Mac0
impl Unpin for Mac0
impl UnwindSafe for Mac0
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