Enum libpulse_binding::stream::Latency [−][src]
pub enum Latency {
None,
Positive(MicroSeconds),
Negative(MicroSeconds),
}Result type for Stream::get_latency.
Variants
NonePositive(MicroSeconds)Negative(MicroSeconds)
Trait Implementations
impl Debug for Latency[src]
impl Debug for Latencyfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for Latency[src]
impl Copy for Latencyimpl Clone for Latency[src]
impl Clone for Latencyfn clone(&self) -> Latency[src]
fn clone(&self) -> LatencyReturns 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 PartialEq for Latency[src]
impl PartialEq for Latencyfn eq(&self, other: &Latency) -> bool[src]
fn eq(&self, other: &Latency) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Latency) -> bool[src]
fn ne(&self, other: &Latency) -> boolThis method tests for !=.
impl Eq for Latency[src]
impl Eq for Latency