Enum libusb::Speed [] [src]

pub enum Speed {
    Unknown,
    Low,
    Full,
    High,
    Super,
}

Device speeds. Indicates the speed at which a device is operating.

Variants

The operating system doesn't know the device speed.

The device is operating at low speed (1.5MBps).

The device is operating at full speed (12MBps).

The device is operating at high speed (480Mps).

The device is operating at super speed (5000Mbps).

Trait Implementations

impl Debug for Speed
[src]

Formats the value using the given formatter.

impl PartialEq for Speed
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Speed
[src]

impl Clone for Speed
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Speed
[src]

impl Hash for Speed
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more