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