pub enum FfLatterFxReverbType {
Show 15 variants
SmallRoom,
MediumRoom,
LargeRoom,
Walls,
Shorty,
Attack,
Swagger,
OldSchool,
Echoistic,
EightPlusNine,
GrandWide,
Thicker,
Envelope,
Gated,
Space,
}Expand description
Type of reverb effect.
Variants§
SmallRoom
MediumRoom
LargeRoom
Walls
Shorty
Attack
Swagger
OldSchool
Echoistic
EightPlusNine
GrandWide
Thicker
Envelope
Gated
Space
Trait Implementations§
Source§impl Clone for FfLatterFxReverbType
impl Clone for FfLatterFxReverbType
Source§fn clone(&self) -> FfLatterFxReverbType
fn clone(&self) -> FfLatterFxReverbType
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 FfLatterFxReverbType
impl Debug for FfLatterFxReverbType
Source§impl Default for FfLatterFxReverbType
impl Default for FfLatterFxReverbType
Source§impl PartialEq for FfLatterFxReverbType
impl PartialEq for FfLatterFxReverbType
impl Copy for FfLatterFxReverbType
impl Eq for FfLatterFxReverbType
impl StructuralPartialEq for FfLatterFxReverbType
Auto Trait Implementations§
impl Freeze for FfLatterFxReverbType
impl RefUnwindSafe for FfLatterFxReverbType
impl Send for FfLatterFxReverbType
impl Sync for FfLatterFxReverbType
impl Unpin for FfLatterFxReverbType
impl UnwindSafe for FfLatterFxReverbType
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