Struct windows_sys::Win32::Devices::Usb::USB_TRANSPORT_CHARACTERISTICS
#[repr(C, packed(1))]pub struct USB_TRANSPORT_CHARACTERISTICS {
pub Version: u32,
pub TransportCharacteristicsFlags: u32,
pub CurrentRoundtripLatencyInMilliSeconds: u64,
pub MaxPotentialBandwidth: u64,
}
Expand description
Required features: "Win32_Devices_Usb"
Fields§
§Version: u32
§TransportCharacteristicsFlags: u32
§CurrentRoundtripLatencyInMilliSeconds: u64
§MaxPotentialBandwidth: u64