Enum sqa_jack::handler::JackControl [] [src]

pub enum JackControl {
    Continue,
    Stop,
}

Return type of callback functions.

Variants

Continue processing.

Stop processing.

Trait Implementations

impl Copy for JackControl
[src]

impl Clone for JackControl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for JackControl
[src]

Formats the value using the given formatter.