pub enum EqPreset {
Flat,
Pop,
Rock,
}Expand description
Built-in EQ presets.
Variants§
Implementations§
Trait Implementations§
impl Copy for EqPreset
impl Eq for EqPreset
impl StructuralPartialEq for EqPreset
Auto Trait Implementations§
impl Freeze for EqPreset
impl RefUnwindSafe for EqPreset
impl Send for EqPreset
impl Sync for EqPreset
impl Unpin for EqPreset
impl UnsafeUnpin for EqPreset
impl UnwindSafe for EqPreset
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