Struct rusb::EndpointDescriptor[][src]

pub struct EndpointDescriptor<'a> { /* fields omitted */ }
Expand description

Describes an endpoint.

Implementations

Returns the endpoint’s address.

Returns the endpoint number.

Returns the endpoint’s direction.

Returns the endpoint’s transfer type.

Returns the endpoint’s synchronisation mode.

The return value of this method is only valid for isochronous endpoints.

Returns the endpoint’s usage type.

The return value of this method is only valid for isochronous endpoints.

Returns the endpoint’s maximum packet size.

Returns the endpoint’s polling interval.

Returns the unknown ‘extra’ bytes that libusb does not understand.

For audio devices only: return the rate at which synchronization feedback is provided.

For audio devices only: return the address if the synch endpoint.

Trait Implementations

Formats the value using the given formatter. Read more

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.