#[repr(C, packed(1))]
pub struct HCD_ISO_STAT_COUNTERS {
Show 20 fields pub LateUrbs: u16, pub DoubleBufferedPackets: u16, pub TransfersCF_5ms: u16, pub TransfersCF_2ms: u16, pub TransfersCF_1ms: u16, pub MaxInterruptLatency: u16, pub BadStartFrame: u16, pub StaleUrbs: u16, pub IsoPacketNotAccesed: u16, pub IsoPacketHWError: u16, pub SmallestUrbPacketCount: u16, pub LargestUrbPacketCount: u16, pub IsoCRC_Error: u16, pub IsoOVERRUN_Error: u16, pub IsoINTERNAL_Error: u16, pub IsoUNKNOWN_Error: u16, pub IsoBytesTransferred: u32, pub LateMissedCount: u16, pub HWIsoMissedCount: u16, pub Reserved7: [u32; 8],
}

Fields§

§LateUrbs: u16§DoubleBufferedPackets: u16§TransfersCF_5ms: u16§TransfersCF_2ms: u16§TransfersCF_1ms: u16§MaxInterruptLatency: u16§BadStartFrame: u16§StaleUrbs: u16§IsoPacketNotAccesed: u16§IsoPacketHWError: u16§SmallestUrbPacketCount: u16§LargestUrbPacketCount: u16§IsoCRC_Error: u16§IsoOVERRUN_Error: u16§IsoINTERNAL_Error: u16§IsoUNKNOWN_Error: u16§IsoBytesTransferred: u32§LateMissedCount: u16§HWIsoMissedCount: u16§Reserved7: [u32; 8]

Trait Implementations§

§

impl Clone for HCD_ISO_STAT_COUNTERS

§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Default for HCD_ISO_STAT_COUNTERS

§

fn default() -> Self

Returns the “default value” for a type. Read more
§

impl Copy for HCD_ISO_STAT_COUNTERS

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.