Enum libpulse_binding::stream::Latency[][src]

pub enum Latency {
    None,
    Positive(MicroSeconds),
    Negative(MicroSeconds),
}

Result type for Stream::get_latency.

Variants

Trait Implementations

impl Debug for Latency
[src]

Formats the value using the given formatter. Read more

impl Copy for Latency
[src]

impl Clone for Latency
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Latency
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Latency
[src]

Auto Trait Implementations

impl Send for Latency

impl Sync for Latency