Module linux_rust_bindings::usb::usb_x86
source · Structs
- struct usb_ctrlrequest - SETUP data for a USB device control request @bRequestType: matches the USB bmRequestType field @bRequest: matches the USB bRequest field @wValue: matches the USB wValue field (le16 byte order) @wIndex: matches the USB wIndex field (le16 byte order) @wLength: matches the USB wLength field (le16 byte order)