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