#[repr(C, packed(1))]pub struct HCD_STAT_COUNTERS {
pub BytesTransferred: ULONG,
pub IsoMissedCount: USHORT,
pub DataOverrunErrorCount: USHORT,
pub CrcErrorCount: USHORT,
pub ScheduleOverrunCount: USHORT,
pub TimeoutErrorCount: USHORT,
pub InternalHcErrorCount: USHORT,
pub BufferOverrunErrorCount: USHORT,
pub SWErrorCount: USHORT,
pub StallPidCount: USHORT,
pub PortDisableCount: USHORT,
}
Fields§
§BytesTransferred: ULONG
§IsoMissedCount: USHORT
§DataOverrunErrorCount: USHORT
§CrcErrorCount: USHORT
§ScheduleOverrunCount: USHORT
§TimeoutErrorCount: USHORT
§InternalHcErrorCount: USHORT
§BufferOverrunErrorCount: USHORT
§SWErrorCount: USHORT
§StallPidCount: USHORT
§PortDisableCount: USHORT
Trait Implementations§
Source§impl Clone for HCD_STAT_COUNTERS
impl Clone for HCD_STAT_COUNTERS
Source§fn clone(&self) -> HCD_STAT_COUNTERS
fn clone(&self) -> HCD_STAT_COUNTERS
Returns a copy 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_STAT_COUNTERS
impl Default for HCD_STAT_COUNTERS
Source§fn default() -> HCD_STAT_COUNTERS
fn default() -> HCD_STAT_COUNTERS
Returns the “default value” for a type. Read more
impl Copy for HCD_STAT_COUNTERS
Auto Trait Implementations§
impl Freeze for HCD_STAT_COUNTERS
impl RefUnwindSafe for HCD_STAT_COUNTERS
impl Send for HCD_STAT_COUNTERS
impl Sync for HCD_STAT_COUNTERS
impl Unpin for HCD_STAT_COUNTERS
impl UnwindSafe for HCD_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