Enum rusb::TransferType [−][src]
pub enum TransferType {
Control,
Isochronous,
Bulk,
Interrupt,
}
Expand description
An endpoint’s transfer type.
Variants
Control endpoint.
Isochronous endpoint.
Bulk endpoint.
Interrupt endpoint.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TransferType
impl Send for TransferType
impl Sync for TransferType
impl Unpin for TransferType
impl UnwindSafe for TransferType
Blanket Implementations
Mutably borrows from an owned value. Read more