Enum surgefilter_comb::imports::WaveshaperParam [−][src]
pub enum WaveshaperParam {
Type,
Drive,
}
Variants
Implementations
Iterate over all variants in this enum, in sorted order.
Trait Implementations
type Output = T
type Output = T
The returned type after indexing.
pub fn index(
&self,
x: WaveshaperParam
) -> &<WaveshaperParamArray<T> as Index<WaveshaperParam>>::Output
pub fn index(
&self,
x: WaveshaperParam
) -> &<WaveshaperParamArray<T> as Index<WaveshaperParam>>::Output
Performs the indexing (container[index]
) operation. Read more
pub fn index_mut(
&mut self,
x: WaveshaperParam
) -> &mut <WaveshaperParamArray<T> as Index<WaveshaperParam>>::Output
pub fn index_mut(
&mut self,
x: WaveshaperParam
) -> &mut <WaveshaperParamArray<T> as Index<WaveshaperParam>>::Output
Performs the mutable indexing (container[index]
) operation. Read more
fn control_type(&self) -> ControlType
fn control_style(&self) -> ControlStyle
fn default_value(&self) -> PData
fn modulateable(&self) -> bool
fn value_type(&self) -> ValType
fn extend_range(&self) -> bool
fn affect_other_parameters(&self) -> bool
fn can_temposync(&self) -> bool
fn can_extend_range(&self) -> bool
fn can_be_absolute(&self) -> bool
fn get_modulation_f01(&self, modulation: f32) -> f32
fn get_modulation_f01(&self, modulation: f32) -> f32
used by the gui to get the position of the modulated handle Read more
fn set_modulation_f01(&self, v: f32) -> f32
fn set_modulation_f01(&self, v: f32) -> f32
used by the gui to set the modulation to match the position of the modulated handle Read more
fn get_extended(&self, f: f32) -> f32
fn get_default_value_f01(&self) -> f32
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for WaveshaperParam
impl Send for WaveshaperParam
impl Sync for WaveshaperParam
impl Unpin for WaveshaperParam
impl UnwindSafe for WaveshaperParam
Blanket Implementations
Mutably borrows from an owned value. Read more