Struct libopencm3_sys::_usbd_device[][src]

#[repr(C)]
pub struct _usbd_device { /* fields omitted */ }

Trait Implementations

impl Debug for _usbd_device
[src]

Formats the value using the given formatter. Read more

impl Copy for _usbd_device
[src]

impl Clone for _usbd_device
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations