Enum libpulse_binding::stream::Latency [−][src]
pub enum Latency {
None,
Positive(MicroSeconds),
Negative(MicroSeconds),
}Expand description
Result type for Stream::get_latency().
Variants
No latency.
A positive (greater than zero) amount of latency.
Tuple Fields of Positive
0: MicroSecondsA negative (less than zero) amount of latency.
Tuple Fields of Negative
0: MicroSecondsTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Latency
impl UnwindSafe for Latency
Blanket Implementations
Mutably borrows from an owned value. Read more