Enum jack_client::jack_port::Kind [] [src]

pub enum Kind {
    Physical,
    Virtual,
}

Variants

PhysicalVirtual

Methods

impl Kind
[src]

fn is_physical(&self) -> bool

Trait Implementations

impl Clone for Kind
[src]

fn clone(&self) -> Kind

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for Kind
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.