Struct libusb::Interface [] [src]

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

A device interface.

An interface can have several descriptors, each describing an alternate setting of the interface.

Methods

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

Returns the interface's number.

Returns an iterator over the interface's descriptors.