Struct Uid64r2
#[repr(transparent)]pub struct Uid64r2(pub u32);Expand description
IEEE 64-bit unique device ID register 2
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Uid64r2
impl Eq for Uid64r2
impl StructuralPartialEq for Uid64r2
Auto Trait Implementations§
impl Freeze for Uid64r2
impl RefUnwindSafe for Uid64r2
impl Send for Uid64r2
impl Sync for Uid64r2
impl Unpin for Uid64r2
impl UnwindSafe for Uid64r2
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