Enum jack_client::port::Direction [] [src]

pub enum Direction {
    Input,
    Output,
    NoInOrOut,
}

Variants

Methods

impl Direction
[src]

Trait Implementations

impl Debug for Direction
[src]

Formats the value using the given formatter.

impl Clone for Direction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more