pub struct EffectsPipeline;Expand description
Stub: effects pipeline (proprietary DSP chain). Full implementation requires Commercial B2B License.
Implementations§
Trait Implementations§
Source§impl Clone for EffectsPipeline
impl Clone for EffectsPipeline
Source§fn clone(&self) -> EffectsPipeline
fn clone(&self) -> EffectsPipeline
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EffectsPipeline
impl Debug for EffectsPipeline
Source§impl Default for EffectsPipeline
impl Default for EffectsPipeline
Source§fn default() -> EffectsPipeline
fn default() -> EffectsPipeline
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EffectsPipeline
impl RefUnwindSafe for EffectsPipeline
impl Send for EffectsPipeline
impl Sync for EffectsPipeline
impl Unpin for EffectsPipeline
impl UnsafeUnpin for EffectsPipeline
impl UnwindSafe for EffectsPipeline
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more