Enum rusb::UsageType [−][src]
pub enum UsageType {
Data,
Feedback,
FeedbackData,
Reserved,
}
Expand description
Isochronous usage type.
Variants
Data endpoint.
Feedback endpoint.
Explicit feedback data endpoint.
Reserved.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UsageType
impl UnwindSafe for UsageType
Blanket Implementations
Mutably borrows from an owned value. Read more