Enum jack::JackControl [] [src]

pub enum JackControl {
    Continue,
    Quit,
}

Variants

Methods

impl JackControl
[src]

Trait Implementations

impl Clone for JackControl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for JackControl
[src]

impl Debug for JackControl
[src]

Formats the value using the given formatter.