#[repr(transparent)]pub struct ElsUid(pub u32);Expand description
Device UID n
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for ElsUid
impl Eq for ElsUid
impl StructuralPartialEq for ElsUid
Auto Trait Implementations§
impl Freeze for ElsUid
impl RefUnwindSafe for ElsUid
impl Send for ElsUid
impl Sync for ElsUid
impl Unpin for ElsUid
impl UnwindSafe for ElsUid
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