Struct libopencm3_sys::usb_cdc_notification[][src]

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

Fields

Trait Implementations

impl Debug for usb_cdc_notification
[src]

Formats the value using the given formatter. Read more

impl Copy for usb_cdc_notification
[src]

impl Clone for usb_cdc_notification
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations