Struct windows_sys::Win32::Devices::Usb::USB_30_HUB_DESCRIPTOR
#[repr(C, packed(1))]pub struct USB_30_HUB_DESCRIPTOR {
pub bLength: u8,
pub bDescriptorType: u8,
pub bNumberOfPorts: u8,
pub wHubCharacteristics: u16,
pub bPowerOnToPowerGood: u8,
pub bHubControlCurrent: u8,
pub bHubHdrDecLat: u8,
pub wHubDelay: u16,
pub DeviceRemovable: u16,
}
Expand description
Required features: "Win32_Devices_Usb"
Fields§
§bLength: u8
§bDescriptorType: u8
§bNumberOfPorts: u8
§wHubCharacteristics: u16
§bPowerOnToPowerGood: u8
§bHubControlCurrent: u8
§bHubHdrDecLat: u8
§wHubDelay: u16
§DeviceRemovable: u16