#[repr(C, packed(1))]pub struct HCD_ISO_STAT_COUNTERS {Show 20 fields
pub LateUrbs: USHORT,
pub DoubleBufferedPackets: USHORT,
pub TransfersCF_5ms: USHORT,
pub TransfersCF_2ms: USHORT,
pub TransfersCF_1ms: USHORT,
pub MaxInterruptLatency: USHORT,
pub BadStartFrame: USHORT,
pub StaleUrbs: USHORT,
pub IsoPacketNotAccesed: USHORT,
pub IsoPacketHWError: USHORT,
pub SmallestUrbPacketCount: USHORT,
pub LargestUrbPacketCount: USHORT,
pub IsoCRC_Error: USHORT,
pub IsoOVERRUN_Error: USHORT,
pub IsoINTERNAL_Error: USHORT,
pub IsoUNKNOWN_Error: USHORT,
pub IsoBytesTransferred: ULONG,
pub LateMissedCount: USHORT,
pub HWIsoMissedCount: USHORT,
pub Reserved7: [ULONG; 8],
}
Fields§
§LateUrbs: USHORT
§DoubleBufferedPackets: USHORT
§TransfersCF_5ms: USHORT
§TransfersCF_2ms: USHORT
§TransfersCF_1ms: USHORT
§MaxInterruptLatency: USHORT
§BadStartFrame: USHORT
§StaleUrbs: USHORT
§IsoPacketNotAccesed: USHORT
§IsoPacketHWError: USHORT
§SmallestUrbPacketCount: USHORT
§LargestUrbPacketCount: USHORT
§IsoCRC_Error: USHORT
§IsoOVERRUN_Error: USHORT
§IsoINTERNAL_Error: USHORT
§IsoUNKNOWN_Error: USHORT
§IsoBytesTransferred: ULONG
§LateMissedCount: USHORT
§HWIsoMissedCount: USHORT
§Reserved7: [ULONG; 8]
Trait Implementations§
Source§impl Clone for HCD_ISO_STAT_COUNTERS
impl Clone for HCD_ISO_STAT_COUNTERS
Source§fn clone(&self) -> HCD_ISO_STAT_COUNTERS
fn clone(&self) -> HCD_ISO_STAT_COUNTERS
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 Default for HCD_ISO_STAT_COUNTERS
impl Default for HCD_ISO_STAT_COUNTERS
Source§fn default() -> HCD_ISO_STAT_COUNTERS
fn default() -> HCD_ISO_STAT_COUNTERS
Returns the “default value” for a type. Read more
impl Copy for HCD_ISO_STAT_COUNTERS
Auto Trait Implementations§
impl Freeze for HCD_ISO_STAT_COUNTERS
impl RefUnwindSafe for HCD_ISO_STAT_COUNTERS
impl Send for HCD_ISO_STAT_COUNTERS
impl Sync for HCD_ISO_STAT_COUNTERS
impl Unpin for HCD_ISO_STAT_COUNTERS
impl UnwindSafe for HCD_ISO_STAT_COUNTERS
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