#[repr(transparent)]pub struct Hccontrolheaded(pub u32);Expand description
Contains the physical address of the first endpoint descriptor of the control list
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for Hccontrolheaded
impl Clone for Hccontrolheaded
Source§fn clone(&self) -> Hccontrolheaded
fn clone(&self) -> Hccontrolheaded
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Hccontrolheaded
impl Debug for Hccontrolheaded
Source§impl Default for Hccontrolheaded
impl Default for Hccontrolheaded
Source§fn default() -> Hccontrolheaded
fn default() -> Hccontrolheaded
Returns the “default value” for a type. Read more
Source§impl PartialEq for Hccontrolheaded
impl PartialEq for Hccontrolheaded
impl Copy for Hccontrolheaded
impl Eq for Hccontrolheaded
impl StructuralPartialEq for Hccontrolheaded
Auto Trait Implementations§
impl Freeze for Hccontrolheaded
impl RefUnwindSafe for Hccontrolheaded
impl Send for Hccontrolheaded
impl Sync for Hccontrolheaded
impl Unpin for Hccontrolheaded
impl UnwindSafe for Hccontrolheaded
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