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