pub struct Rust1x1 {
    buffer: DynNodeBuffer<Box<dyn DynamicNode1x1>>,
}
Expand description

A native Rust code node that uses trait objects for dispatch

Fields

buffer: DynNodeBuffer<Box<dyn DynamicNode1x1>>

Implementations

Trait Implementations

Formats the value using the given formatter. Read more
Updates the sample rate for the node.
Reset any internal state of the node.
The code DSP function. 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.