Enum jack::prelude::LatencyType [] [src]

pub enum LatencyType {
    Capture,
    Playback,
}

Used by JackHandler::latency().

Variants

Trait Implementations

impl Clone for LatencyType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for LatencyType
[src]

impl Debug for LatencyType
[src]

Formats the value using the given formatter.