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