Struct windows_sys::Win32::Devices::Usb::HCD_STAT_COUNTERS
#[repr(C, packed(1))]pub struct HCD_STAT_COUNTERS {
pub BytesTransferred: u32,
pub IsoMissedCount: u16,
pub DataOverrunErrorCount: u16,
pub CrcErrorCount: u16,
pub ScheduleOverrunCount: u16,
pub TimeoutErrorCount: u16,
pub InternalHcErrorCount: u16,
pub BufferOverrunErrorCount: u16,
pub SWErrorCount: u16,
pub StallPidCount: u16,
pub PortDisableCount: u16,
}
Fields§
§BytesTransferred: u32
§IsoMissedCount: u16
§DataOverrunErrorCount: u16
§CrcErrorCount: u16
§ScheduleOverrunCount: u16
§TimeoutErrorCount: u16
§InternalHcErrorCount: u16
§BufferOverrunErrorCount: u16
§SWErrorCount: u16
§StallPidCount: u16
§PortDisableCount: u16
Trait Implementations§
§impl Clone for HCD_STAT_COUNTERS
impl Clone for HCD_STAT_COUNTERS
§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 moreimpl 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)