Struct libusb1_sys::libusb_endpoint_descriptor[][src]

#[repr(C)]
pub struct libusb_endpoint_descriptor { pub bLength: u8, pub bDescriptorType: u8, pub bEndpointAddress: u8, pub bmAttributes: u8, pub wMaxPacketSize: u16, pub bInterval: u8, pub bRefresh: u8, pub bSynchAddress: u8, pub extra: *const c_uchar, pub extra_length: c_int, }

Fields

bLength: u8bDescriptorType: u8bEndpointAddress: u8bmAttributes: u8wMaxPacketSize: u16bInterval: u8bRefresh: u8bSynchAddress: u8extra: *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

Performs the conversion.

Performs the conversion.

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.