Struct windows_sys::Win32::Devices::Usb::USB_DEFAULT_PIPE_SETUP_PACKET
#[repr(C, packed(1))]pub struct USB_DEFAULT_PIPE_SETUP_PACKET {
pub bmRequestType: BM_REQUEST_TYPE,
pub bRequest: u8,
pub wValue: USB_DEFAULT_PIPE_SETUP_PACKET_1,
pub wIndex: USB_DEFAULT_PIPE_SETUP_PACKET_0,
pub wLength: u16,
}
Expand description
Required features: "Win32_Devices_Usb"
Fields§
§bmRequestType: BM_REQUEST_TYPE
§bRequest: u8
§wValue: USB_DEFAULT_PIPE_SETUP_PACKET_1
§wIndex: USB_DEFAULT_PIPE_SETUP_PACKET_0
§wLength: u16