pub enum DspThreeEqCrossoverSlopeType {
Slope12Db,
Slope24Db,
Slope48Db,
}
Variants§
Implementations§
Source§impl DspThreeEqCrossoverSlopeType
impl DspThreeEqCrossoverSlopeType
pub fn from( value: FMOD_DSP_THREE_EQ_CROSSOVERSLOPE_TYPE, ) -> Result<DspThreeEqCrossoverSlopeType, Error>
Trait Implementations§
Source§impl Clone for DspThreeEqCrossoverSlopeType
impl Clone for DspThreeEqCrossoverSlopeType
Source§fn clone(&self) -> DspThreeEqCrossoverSlopeType
fn clone(&self) -> DspThreeEqCrossoverSlopeType
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 DspThreeEqCrossoverSlopeType
impl Debug for DspThreeEqCrossoverSlopeType
Source§impl From<DspThreeEqCrossoverSlopeType> for FMOD_DSP_THREE_EQ_CROSSOVERSLOPE_TYPE
impl From<DspThreeEqCrossoverSlopeType> for FMOD_DSP_THREE_EQ_CROSSOVERSLOPE_TYPE
Source§fn from(
value: DspThreeEqCrossoverSlopeType,
) -> FMOD_DSP_THREE_EQ_CROSSOVERSLOPE_TYPE
fn from( value: DspThreeEqCrossoverSlopeType, ) -> FMOD_DSP_THREE_EQ_CROSSOVERSLOPE_TYPE
Converts to this type from the input type.
Source§impl PartialEq for DspThreeEqCrossoverSlopeType
impl PartialEq for DspThreeEqCrossoverSlopeType
Source§fn eq(&self, other: &DspThreeEqCrossoverSlopeType) -> bool
fn eq(&self, other: &DspThreeEqCrossoverSlopeType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for DspThreeEqCrossoverSlopeType
impl StructuralPartialEq for DspThreeEqCrossoverSlopeType
Auto Trait Implementations§
impl Freeze for DspThreeEqCrossoverSlopeType
impl RefUnwindSafe for DspThreeEqCrossoverSlopeType
impl Send for DspThreeEqCrossoverSlopeType
impl Sync for DspThreeEqCrossoverSlopeType
impl Unpin for DspThreeEqCrossoverSlopeType
impl UnwindSafe for DspThreeEqCrossoverSlopeType
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