pub enum DrcEffectType {
None,
Night,
Noisy,
Limited,
LowLevel,
Dialog,
GeneralCompression,
Expanded,
Articulated,
Headphone,
PortableSpeaker,
StereoDownmix,
}Variants§
None
Night
Noisy
Limited
LowLevel
Dialog
GeneralCompression
Expanded
Articulated
Headphone
PortableSpeaker
StereoDownmix
Trait Implementations§
Source§impl Clone for DrcEffectType
impl Clone for DrcEffectType
Source§fn clone(&self) -> DrcEffectType
fn clone(&self) -> DrcEffectType
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 DrcEffectType
impl Debug for DrcEffectType
Source§impl PartialEq for DrcEffectType
impl PartialEq for DrcEffectType
impl Copy for DrcEffectType
impl Eq for DrcEffectType
impl StructuralPartialEq for DrcEffectType
Auto Trait Implementations§
impl Freeze for DrcEffectType
impl RefUnwindSafe for DrcEffectType
impl Send for DrcEffectType
impl Sync for DrcEffectType
impl Unpin for DrcEffectType
impl UnsafeUnpin for DrcEffectType
impl UnwindSafe for DrcEffectType
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