Struct libopencm3_sys::usb_interface[][src]

#[repr(C)]
pub struct usb_interface { pub cur_altsetting: *mut u8, pub num_altsetting: u8, pub iface_assoc: *const usb_iface_assoc_descriptor, pub altsetting: *const usb_interface_descriptor, }

Fields

Trait Implementations

impl Debug for usb_interface
[src]

Formats the value using the given formatter. Read more

impl Copy for usb_interface
[src]

impl Clone for usb_interface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for usb_interface

impl !Sync for usb_interface