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