Struct windows_sys::Win32::Devices::Usb::USB_BUS_NOTIFICATION
#[repr(C, packed(1))]pub struct USB_BUS_NOTIFICATION {
pub NotificationType: USB_NOTIFICATION_TYPE,
pub TotalBandwidth: u32,
pub ConsumedBandwidth: u32,
pub ControllerNameLength: u32,
}Expand description
Required features: "Win32_Devices_Usb"
Fields§
§NotificationType: USB_NOTIFICATION_TYPE§TotalBandwidth: u32§ConsumedBandwidth: u32§ControllerNameLength: u32