Struct windows_sys::Win32::Devices::Usb::USB_HUB_DESCRIPTOR
#[repr(C, packed(1))]pub struct USB_HUB_DESCRIPTOR {
pub bDescriptorLength: u8,
pub bDescriptorType: u8,
pub bNumberOfPorts: u8,
pub wHubCharacteristics: u16,
pub bPowerOnToPowerGood: u8,
pub bHubControlCurrent: u8,
pub bRemoveAndPowerMask: [u8; 64],
}
Expand description
Required features: "Win32_Devices_Usb"
Fields§
§bDescriptorLength: u8
§bDescriptorType: u8
§bNumberOfPorts: u8
§wHubCharacteristics: u16
§bPowerOnToPowerGood: u8
§bHubControlCurrent: u8
§bRemoveAndPowerMask: [u8; 64]