pub struct AudioProcessorEmptyHandle;
Expand description

An empty handle with no parameters

Trait Implementations

Should return the number of parameters.
After finding the number of parameters a callee will get ParameterSpec declarations giving more metadata about this parameter. Read more
Should return the value for the parameter at this index
Should set the value for the parameter at this index
This method should return the name of the processor. This may displayed in a GUI application as the effect/instrument name. 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.