Enum surge_param::ControlGroup
source · [−]pub enum ControlGroup {
Nil,
Global,
Osc,
Mix,
Filter,
Env,
Lfo,
Fx,
}Variants
Nil
Global
Osc
Mix
Filter
Env
Lfo
Fx
Implementations
Trait Implementations
sourceimpl Clone for ControlGroup
impl Clone for ControlGroup
sourcefn clone(&self) -> ControlGroup
fn clone(&self) -> ControlGroup
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ControlGroup
impl Debug for ControlGroup
sourceimpl Display for ControlGroup
impl Display for ControlGroup
sourceimpl Hash for ControlGroup
impl Hash for ControlGroup
sourceimpl<T> Index<ControlGroup> for ControlGroupArray<T>
impl<T> Index<ControlGroup> for ControlGroupArray<T>
sourceimpl<T> IndexMut<ControlGroup> for ControlGroupArray<T>
impl<T> IndexMut<ControlGroup> for ControlGroupArray<T>
sourcefn index_mut(&mut self, x: ControlGroup) -> &mut Self::Output
fn index_mut(&mut self, x: ControlGroup) -> &mut Self::Output
Performs the mutable indexing (container[index]) operation. Read more
sourceimpl Ord for ControlGroup
impl Ord for ControlGroup
sourceimpl PartialEq<ControlGroup> for ControlGroup
impl PartialEq<ControlGroup> for ControlGroup
sourceimpl PartialOrd<ControlGroup> for ControlGroup
impl PartialOrd<ControlGroup> for ControlGroup
sourcefn partial_cmp(&self, other: &ControlGroup) -> Option<Ordering>
fn partial_cmp(&self, other: &ControlGroup) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
sourceimpl TryFrom<&'_ str> for ControlGroup
impl TryFrom<&'_ str> for ControlGroup
sourceimpl TryFrom<u32> for ControlGroup
impl TryFrom<u32> for ControlGroup
sourceimpl TryFrom<u64> for ControlGroup
impl TryFrom<u64> for ControlGroup
sourceimpl TryFrom<usize> for ControlGroup
impl TryFrom<usize> for ControlGroup
impl Copy for ControlGroup
impl Eq for ControlGroup
impl StructuralEq for ControlGroup
impl StructuralPartialEq for ControlGroup
Auto Trait Implementations
impl RefUnwindSafe for ControlGroup
impl Send for ControlGroup
impl Sync for ControlGroup
impl Unpin for ControlGroup
impl UnwindSafe for ControlGroup
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more