pub enum DspThreeEq {
LowGain,
MidGain,
HighGain,
LowCrossover,
HightCorssover,
CrossoverSlope,
}Variants§
Implementations§
Source§impl DspThreeEq
impl DspThreeEq
pub fn from(value: FMOD_DSP_THREE_EQ) -> Result<DspThreeEq, Error>
Trait Implementations§
Source§impl Clone for DspThreeEq
impl Clone for DspThreeEq
Source§fn clone(&self) -> DspThreeEq
fn clone(&self) -> DspThreeEq
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 DspThreeEq
impl Debug for DspThreeEq
Source§impl From<DspThreeEq> for FMOD_DSP_THREE_EQ
impl From<DspThreeEq> for FMOD_DSP_THREE_EQ
Source§fn from(value: DspThreeEq) -> FMOD_DSP_THREE_EQ
fn from(value: DspThreeEq) -> FMOD_DSP_THREE_EQ
Converts to this type from the input type.
Source§impl PartialEq for DspThreeEq
impl PartialEq for DspThreeEq
impl Copy for DspThreeEq
impl StructuralPartialEq for DspThreeEq
Auto Trait Implementations§
impl Freeze for DspThreeEq
impl RefUnwindSafe for DspThreeEq
impl Send for DspThreeEq
impl Sync for DspThreeEq
impl Unpin for DspThreeEq
impl UnwindSafe for DspThreeEq
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