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