Enum libusb::UsageType [−][src]
pub enum UsageType {
Data,
Feedback,
FeedbackData,
Reserved,
}Isochronous usage type.
Variants
DataData endpoint.
FeedbackFeedback endpoint.
FeedbackDataExplicit feedback data endpoint.
ReservedReserved.
Trait Implementations
impl Debug for UsageType[src]
impl Debug for UsageTypefn 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 UsageType[src]
impl PartialEq for UsageTypefn eq(&self, other: &UsageType) -> bool[src]
fn eq(&self, other: &UsageType) -> 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 UsageType[src]
impl Eq for UsageTypeimpl Clone for UsageType[src]
impl Clone for UsageTypefn clone(&self) -> UsageType[src]
fn clone(&self) -> UsageTypeReturns 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 UsageType[src]
impl Copy for UsageTypeimpl Hash for UsageType[src]
impl Hash for UsageType