Enum sqa_jack::handler::JackControl
[−]
[src]
pub enum JackControl {
Continue,
Stop,
}Return type of callback functions.
Variants
ContinueContinue processing.
StopStop processing.
Trait Implementations
impl Copy for JackControl[src]
impl Clone for JackControl[src]
fn clone(&self) -> JackControl
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