pub struct FormerMixerState(pub Vec<FormerMixerSrc>);Expand description
State of mixer.
Tuple Fields
0: Vec<FormerMixerSrc>Trait Implementations
sourceimpl Clone for FormerMixerState
impl Clone for FormerMixerState
sourcefn clone(&self) -> FormerMixerState
fn clone(&self) -> FormerMixerState
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 FormerMixerState
impl Debug for FormerMixerState
sourceimpl Default for FormerMixerState
impl Default for FormerMixerState
sourcefn default() -> FormerMixerState
fn default() -> FormerMixerState
Returns the “default value” for a type. Read more
sourceimpl PartialEq<FormerMixerState> for FormerMixerState
impl PartialEq<FormerMixerState> for FormerMixerState
sourcefn eq(&self, other: &FormerMixerState) -> bool
fn eq(&self, other: &FormerMixerState) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &FormerMixerState) -> bool
fn ne(&self, other: &FormerMixerState) -> bool
This method tests for !=.
impl Eq for FormerMixerState
impl StructuralEq for FormerMixerState
impl StructuralPartialEq for FormerMixerState
Auto Trait Implementations
impl RefUnwindSafe for FormerMixerState
impl Send for FormerMixerState
impl Sync for FormerMixerState
impl Unpin for FormerMixerState
impl UnwindSafe for FormerMixerState
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