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