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