Enum libusb::SyncType [−][src]
pub enum SyncType {
NoSync,
Asynchronous,
Adaptive,
Synchronous,
}Isochronous synchronization mode.
Variants
NoSyncNo synchronisation.
AsynchronousAsynchronous.
AdaptiveAdaptive.
SynchronousSynchronous.
Trait Implementations
impl Debug for SyncType[src]
impl Debug for SyncTypefn 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 SyncType[src]
impl PartialEq for SyncTypefn eq(&self, other: &SyncType) -> bool[src]
fn eq(&self, other: &SyncType) -> 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 SyncType[src]
impl Eq for SyncTypeimpl Clone for SyncType[src]
impl Clone for SyncTypefn clone(&self) -> SyncType[src]
fn clone(&self) -> SyncTypeReturns 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 SyncType[src]
impl Copy for SyncTypeimpl Hash for SyncType[src]
impl Hash for SyncType