Enum surge_modulation::imports::OscillatorType [−][src]
pub enum OscillatorType {
Off,
AbstractBlit,
AudioInput,
SurgeSuperOscillator,
FM,
FM2,
SampleAndHold,
Sine,
Wavetable,
Window,
}
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: OscillatorType
) -> &<OscillatorTypeArray<T> as Index<OscillatorType>>::Output
pub fn index(
&self,
x: OscillatorType
) -> &<OscillatorTypeArray<T> as Index<OscillatorType>>::Output
Performs the indexing (container[index]
) operation. Read more
pub fn index_mut(
&mut self,
x: OscillatorType
) -> &mut <OscillatorTypeArray<T> as Index<OscillatorType>>::Output
pub fn index_mut(
&mut self,
x: OscillatorType
) -> &mut <OscillatorTypeArray<T> as Index<OscillatorType>>::Output
Performs the mutable indexing (container[index]
) operation. Read more
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 OscillatorType
impl Send for OscillatorType
impl Sync for OscillatorType
impl Unpin for OscillatorType
impl UnwindSafe for OscillatorType
Blanket Implementations
Mutably borrows from an owned value. Read more