Struct libopencm3_sys::usb_endpoint_descriptor[][src]

#[repr(C, packed)]
pub struct usb_endpoint_descriptor { pub bLength: u8, pub bDescriptorType: u8, pub bEndpointAddress: u8, pub bmAttributes: u8, pub wMaxPacketSize: u16, pub bInterval: u8, pub extra: *const c_void, pub extralen: c_int, }

Fields

Trait Implementations

impl Debug for usb_endpoint_descriptor
[src]

Formats the value using the given formatter. Read more

impl Copy for usb_endpoint_descriptor
[src]

impl Clone for usb_endpoint_descriptor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations