pub enum FfLatterFxEchoType {
StereoEcho,
StereoCross,
PongEcho,
}Expand description
Type of echo effect.
Variants§
Trait Implementations§
Source§impl Clone for FfLatterFxEchoType
impl Clone for FfLatterFxEchoType
Source§fn clone(&self) -> FfLatterFxEchoType
fn clone(&self) -> FfLatterFxEchoType
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 FfLatterFxEchoType
impl Debug for FfLatterFxEchoType
Source§impl Default for FfLatterFxEchoType
impl Default for FfLatterFxEchoType
Source§impl PartialEq for FfLatterFxEchoType
impl PartialEq for FfLatterFxEchoType
impl Copy for FfLatterFxEchoType
impl Eq for FfLatterFxEchoType
impl StructuralPartialEq for FfLatterFxEchoType
Auto Trait Implementations§
impl Freeze for FfLatterFxEchoType
impl RefUnwindSafe for FfLatterFxEchoType
impl Send for FfLatterFxEchoType
impl Sync for FfLatterFxEchoType
impl Unpin for FfLatterFxEchoType
impl UnwindSafe for FfLatterFxEchoType
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