Enum libusb::Speed [−][src]
pub enum Speed {
Unknown,
Low,
Full,
High,
Super,
}Device speeds. Indicates the speed at which a device is operating.
Variants
UnknownThe operating system doesn't know the device speed.
LowThe device is operating at low speed (1.5MBps).
FullThe device is operating at full speed (12MBps).
HighThe device is operating at high speed (480Mps).
SuperThe device is operating at super speed (5000Mbps).
Trait Implementations
impl Debug for Speed[src]
impl Debug for Speedfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Speed[src]
impl PartialEq for Speedfn eq(&self, other: &Speed) -> bool[src]
fn eq(&self, other: &Speed) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for Speed[src]
impl Eq for Speedimpl Clone for Speed[src]
impl Clone for Speedfn clone(&self) -> Speed[src]
fn clone(&self) -> SpeedReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for Speed[src]
impl Copy for Speedimpl Hash for Speed[src]
impl Hash for Speed