Struct libopencm3_sys::usb_setup_data[][src]

#[repr(C, packed)]
pub struct usb_setup_data { pub bmRequestType: u8, pub bRequest: u8, pub wValue: u16, pub wIndex: u16, pub wLength: u16, }

Fields

Trait Implementations

impl Debug for usb_setup_data
[src]

Formats the value using the given formatter. Read more

impl Copy for usb_setup_data
[src]

impl Clone for usb_setup_data
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations