#[repr(transparent)]pub struct Hchcca(pub u32);Expand description
Contains the physical address of the host controller communication area
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Hchcca
impl Eq for Hchcca
impl StructuralPartialEq for Hchcca
Auto Trait Implementations§
impl Freeze for Hchcca
impl RefUnwindSafe for Hchcca
impl Send for Hchcca
impl Sync for Hchcca
impl Unpin for Hchcca
impl UnwindSafe for Hchcca
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