Enum surge_modulation::imports::ModSrcType [−][src]
pub enum ModSrcType {
Undefined,
Controller,
Adsr,
LFO,
StepSequencer,
}
Variants
Implementations
Iterate over all variants in this enum, in sorted order.
Trait Implementations
pub fn index_mut(
&mut self,
x: ModSrcType
) -> &mut <ModSrcTypeArray<T> as Index<ModSrcType>>::Output
pub fn index_mut(
&mut self,
x: ModSrcType
) -> &mut <ModSrcTypeArray<T> as Index<ModSrcType>>::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 ModSrcType
impl Send for ModSrcType
impl Sync for ModSrcType
impl Unpin for ModSrcType
impl UnwindSafe for ModSrcType
Blanket Implementations
Mutably borrows from an owned value. Read more