Enum libfmod::DspHighPass
source · [−]pub enum DspHighPass {
Cutoff,
Resonance,
}
Variants
Cutoff
Resonance
Implementations
sourceimpl DspHighPass
impl DspHighPass
pub fn from(value: FMOD_DSP_HIGHPASS) -> Result<DspHighPass, Error>
Trait Implementations
sourceimpl Clone for DspHighPass
impl Clone for DspHighPass
sourcefn clone(&self) -> DspHighPass
fn clone(&self) -> DspHighPass
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for DspHighPass
impl Debug for DspHighPass
sourceimpl From<DspHighPass> for FMOD_DSP_HIGHPASS
impl From<DspHighPass> for FMOD_DSP_HIGHPASS
sourcefn from(value: DspHighPass) -> FMOD_DSP_HIGHPASS
fn from(value: DspHighPass) -> FMOD_DSP_HIGHPASS
Performs the conversion.
sourceimpl PartialEq<DspHighPass> for DspHighPass
impl PartialEq<DspHighPass> for DspHighPass
impl Copy for DspHighPass
impl StructuralPartialEq for DspHighPass
Auto Trait Implementations
impl RefUnwindSafe for DspHighPass
impl Send for DspHighPass
impl Sync for DspHighPass
impl Unpin for DspHighPass
impl UnwindSafe for DspHighPass
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more