pub enum FxType {
Reverb,
Delay,
Gate,
Eq,
Limiter,
Compressor,
}Variants§
Implementations§
Trait Implementations§
impl Copy for FxType
impl Eq for FxType
impl StructuralPartialEq for FxType
Auto Trait Implementations§
impl Freeze for FxType
impl RefUnwindSafe for FxType
impl Send for FxType
impl Sync for FxType
impl Unpin for FxType
impl UnsafeUnpin for FxType
impl UnwindSafe for FxType
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