pub struct Scope {
    pub node: Scope,
}
Expand description

Parameter Setter API Struct for Node Scope

Fields

node: Scope

Implementations

Set input parameter for Node Scope Input in1

Set input parameter for Node Scope Input in2

Set input parameter for Node Scope Input in3

Set input parameter for Node Scope Input time

Set input parameter for Node Scope Input trig

Set input parameter for Node Scope Input thrsh

Set input parameter for Node Scope Input off1

Set input parameter for Node Scope Input off2

Set input parameter for Node Scope Input off3

Set input parameter for Node Scope Input gain1

Set input parameter for Node Scope Input gain2

Set input parameter for Node Scope Input gain3

Set setting for Node Scope Setting tsrc

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.