Struct windows_sys::Win32::Devices::Usb::USB_PIPE_INFO
#[repr(C, packed(1))]pub struct USB_PIPE_INFO {
pub EndpointDescriptor: USB_ENDPOINT_DESCRIPTOR,
pub ScheduleOffset: u32,
}Expand description
Required features: "Win32_Devices_Usb"
Fields§
§EndpointDescriptor: USB_ENDPOINT_DESCRIPTOR§ScheduleOffset: u32