Enum libusb::TransferType [−][src]
pub enum TransferType {
Control,
Isochronous,
Bulk,
Interrupt,
}An endpoint's transfer type.
Variants
ControlControl endpoint.
IsochronousIsochronous endpoint.
BulkBulk endpoint.
InterruptInterrupt endpoint.
Trait Implementations
impl Debug for TransferType[src]
impl Debug for TransferTypefn 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 TransferType[src]
impl PartialEq for TransferTypefn eq(&self, other: &TransferType) -> bool[src]
fn eq(&self, other: &TransferType) -> 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 TransferType[src]
impl Eq for TransferTypeimpl Clone for TransferType[src]
impl Clone for TransferTypefn clone(&self) -> TransferType[src]
fn clone(&self) -> TransferTypeReturns 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 TransferType[src]
impl Copy for TransferTypeimpl Hash for TransferType[src]
impl Hash for TransferTypeAuto Trait Implementations
impl Send for TransferType
impl Send for TransferTypeimpl Sync for TransferType
impl Sync for TransferType