Enum jack::JackControl [] [src]

pub enum JackControl {
    Continue,
    Quit,
}

Specify an option, either to continue processing, or to stop.

Variants

Continue processing.

Stop processing.

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.

impl Eq for JackControl
[src]

impl PartialEq for JackControl
[src]

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

This method tests for !=.

impl Default for JackControl
[src]

Returns the "default value" for a type. Read more