Struct libusb1_sys::libusb_control_setup [−][src]
#[repr(C, packed)]pub struct libusb_control_setup {
pub bmRequestType: u8,
pub bRequest: u8,
pub wValue: u16,
pub wIndex: u16,
pub wLength: u16,
}Fields
bmRequestType: u8bRequest: u8wValue: u16wIndex: u16wLength: u16