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