#[repr(transparent)]pub struct Hwhost(pub u32);Expand description
Host Hardware Parameters
Tuple Fields§
§0: u32Implementations§
Source§impl Hwhost
impl Hwhost
Sourcepub const fn hc(&self) -> Hc
pub const fn hc(&self) -> Hc
Host Capable. Indicating whether host operation mode is supported or not.
Sourcepub const fn set_hc(&mut self, val: Hc)
pub const fn set_hc(&mut self, val: Hc)
Host Capable. Indicating whether host operation mode is supported or not.
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