#[repr(C, packed(1))]
pub struct USB_BUS_STATISTICS_0 {
Show 16 fields pub DeviceCount: u32, pub CurrentSystemTime: i64, pub CurrentUsbFrame: u32, pub BulkBytes: u32, pub IsoBytes: u32, pub InterruptBytes: u32, pub ControlDataBytes: u32, pub PciInterruptCount: u32, pub HardResetCount: u32, pub WorkerSignalCount: u32, pub CommonBufferBytes: u32, pub WorkerIdleTimeMs: u32, pub RootHubEnabled: BOOLEAN, pub RootHubDevicePowerState: u8, pub Unused: u8, pub NameIndex: u8,
}
Expand description

Required features: "Win32_Devices_Usb", "Win32_Foundation"

Fields

DeviceCount: u32CurrentSystemTime: i64CurrentUsbFrame: u32BulkBytes: u32IsoBytes: u32InterruptBytes: u32ControlDataBytes: u32PciInterruptCount: u32HardResetCount: u32WorkerSignalCount: u32CommonBufferBytes: u32WorkerIdleTimeMs: u32RootHubEnabled: BOOLEANRootHubDevicePowerState: u8Unused: u8NameIndex: u8

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.