Struct nannou_audio::stream::output::Builder[][src]

pub struct Builder<M, FR, FE, S = f32> {
    pub builder: Builder<M, S>,
    pub render: FR,
    pub error: FE,
}
Expand description

A type used for building an output stream.

Fields

builder: Builder<M, S>render: FRerror: FE

Implementations

Specify the render function to use for rendering the model to the buffer.

Specify a function for processing stream errors.

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.