Struct windows_sys::Win32::Devices::Usb::HCD_STAT_INFORMATION_1
#[repr(C, packed(1))]pub struct HCD_STAT_INFORMATION_1 {
pub Reserved1: u32,
pub Reserved2: u32,
pub ResetCounters: u32,
pub TimeRead: i64,
pub Counters: HCD_STAT_COUNTERS,
}
Fields§
§Reserved1: u32
§Reserved2: u32
§ResetCounters: u32
§TimeRead: i64
§Counters: HCD_STAT_COUNTERS
Trait Implementations§
§impl Clone for HCD_STAT_INFORMATION_1
impl Clone for HCD_STAT_INFORMATION_1
impl Copy for HCD_STAT_INFORMATION_1
Auto Trait Implementations§
impl RefUnwindSafe for HCD_STAT_INFORMATION_1
impl Send for HCD_STAT_INFORMATION_1
impl Sync for HCD_STAT_INFORMATION_1
impl Unpin for HCD_STAT_INFORMATION_1
impl UnwindSafe for HCD_STAT_INFORMATION_1
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