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