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