Struct libusb::EndpointDescriptor [] [src]

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

Describes an endpoint.

Methods

impl<'a> EndpointDescriptor<'a>
[src]

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.

Trait Implementations

impl<'a> Debug for EndpointDescriptor<'a>
[src]

Formats the value using the given formatter.