Enum libfmod::DspMultibandEq
source · pub enum DspMultibandEq {
Show 20 variants
AFilter,
AFrequency,
AQ,
AGain,
BFilter,
BFrequency,
BQ,
BGain,
CFilter,
CFrequency,
CQ,
CGain,
DFilter,
DFrequency,
DQ,
DGain,
EFilter,
EFrequency,
EQ,
EGain,
}Variants§
AFilter
AFrequency
AQ
AGain
BFilter
BFrequency
BQ
BGain
CFilter
CFrequency
CQ
CGain
DFilter
DFrequency
DQ
DGain
EFilter
EFrequency
EQ
EGain
Implementations§
source§impl DspMultibandEq
impl DspMultibandEq
pub fn from(value: FMOD_DSP_MULTIBAND_EQ) -> Result<DspMultibandEq, Error>
Trait Implementations§
source§impl Clone for DspMultibandEq
impl Clone for DspMultibandEq
source§fn clone(&self) -> DspMultibandEq
fn clone(&self) -> DspMultibandEq
Returns a copy 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 DspMultibandEq
impl Debug for DspMultibandEq
source§impl From<DspMultibandEq> for FMOD_DSP_MULTIBAND_EQ
impl From<DspMultibandEq> for FMOD_DSP_MULTIBAND_EQ
source§fn from(value: DspMultibandEq) -> FMOD_DSP_MULTIBAND_EQ
fn from(value: DspMultibandEq) -> FMOD_DSP_MULTIBAND_EQ
Converts to this type from the input type.
source§impl PartialEq for DspMultibandEq
impl PartialEq for DspMultibandEq
source§fn eq(&self, other: &DspMultibandEq) -> bool
fn eq(&self, other: &DspMultibandEq) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for DspMultibandEq
impl StructuralPartialEq for DspMultibandEq
Auto Trait Implementations§
impl Freeze for DspMultibandEq
impl RefUnwindSafe for DspMultibandEq
impl Send for DspMultibandEq
impl Sync for DspMultibandEq
impl Unpin for DspMultibandEq
impl UnwindSafe for DspMultibandEq
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