Struct windows_sys::Win32::Devices::Usb::USBD_INTERFACE_INFORMATION
[−]#[repr(C)]pub struct USBD_INTERFACE_INFORMATION {
pub Length: u16,
pub InterfaceNumber: u8,
pub AlternateSetting: u8,
pub Class: u8,
pub SubClass: u8,
pub Protocol: u8,
pub Reserved: u8,
pub InterfaceHandle: *mut c_void,
pub NumberOfPipes: u32,
pub Pipes: [USBD_PIPE_INFORMATION; 1],
}Expand description
Required features: ‘Win32_Devices_Usb’
Fields
Length: u16InterfaceNumber: u8AlternateSetting: u8Class: u8SubClass: u8Protocol: u8Reserved: u8InterfaceHandle: *mut c_voidNumberOfPipes: u32Pipes: [USBD_PIPE_INFORMATION; 1]