Struct jack::ClosureProcessHandler[][src]

pub struct ClosureProcessHandler<F: 'static + Send + FnMut(&Client, &ProcessScope) -> Control> {
    pub process_fn: F,
}
Expand description

Wrap a closure that can handle the process callback. This is called every time data from ports is available from JACK.

Fields

process_fn: F

Implementations

Trait Implementations

Called whenever there is work to be done. Read more

Called whenever the size of the buffer that will be passed to process is about to change, and once before the first call to process. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.