#[repr(C)]
pub struct libusb_config_descriptor { pub bLength: u8, pub bDescriptorType: u8, pub wTotalLength: u16, pub bNumInterfaces: u8, pub bConfigurationValue: u8, pub iConfiguration: u8, pub bmAttributes: u8, pub bMaxPower: u8, pub interface: *const libusb_interface, pub extra: *const c_uchar, pub extra_length: c_int, }

Fields

bLength: u8bDescriptorType: u8wTotalLength: u16bNumInterfaces: u8bConfigurationValue: u8iConfiguration: u8bmAttributes: u8bMaxPower: u8interface: *const libusb_interfaceextra: *const c_ucharextra_length: c_int

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.