pub struct DelayEffectConfig {
pub preset: DelayEffectPreset,
}Fields§
§preset: DelayEffectPresetTrait Implementations§
Source§impl Clone for DelayEffectConfig
impl Clone for DelayEffectConfig
Source§fn clone(&self) -> DelayEffectConfig
fn clone(&self) -> DelayEffectConfig
Returns a duplicate of the value. Read more
1.0.0 · 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 DelayEffectConfig
impl Debug for DelayEffectConfig
impl Copy for DelayEffectConfig
Auto Trait Implementations§
impl Freeze for DelayEffectConfig
impl RefUnwindSafe for DelayEffectConfig
impl Send for DelayEffectConfig
impl Sync for DelayEffectConfig
impl Unpin for DelayEffectConfig
impl UnsafeUnpin for DelayEffectConfig
impl UnwindSafe for DelayEffectConfig
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