Struct webusb::UsbControlTransferParameters [−][src]
pub struct UsbControlTransferParameters {
pub request_type: UsbRequestType,
pub recipient: UsbRecipient,
pub request: u8,
pub value: u16,
pub index: u16,
}Fields
request_type: UsbRequestTyperecipient: UsbRecipientrequest: u8value: u16index: u16Trait Implementations
Auto Trait Implementations
impl Send for UsbControlTransferParameters
impl Sync for UsbControlTransferParameters
impl Unpin for UsbControlTransferParameters
impl UnwindSafe for UsbControlTransferParameters
Blanket Implementations
Mutably borrows from an owned value. Read more