Enum libfmod::DspOscillator
source · [−]pub enum DspOscillator {
Type,
Rate,
}
Variants
Type
Rate
Implementations
sourceimpl DspOscillator
impl DspOscillator
pub fn from(value: FMOD_DSP_OSCILLATOR) -> Result<DspOscillator, Error>
Trait Implementations
sourceimpl Clone for DspOscillator
impl Clone for DspOscillator
sourcefn clone(&self) -> DspOscillator
fn clone(&self) -> DspOscillator
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 DspOscillator
impl Debug for DspOscillator
sourceimpl From<DspOscillator> for FMOD_DSP_OSCILLATOR
impl From<DspOscillator> for FMOD_DSP_OSCILLATOR
sourcefn from(value: DspOscillator) -> FMOD_DSP_OSCILLATOR
fn from(value: DspOscillator) -> FMOD_DSP_OSCILLATOR
Performs the conversion.
sourceimpl PartialEq<DspOscillator> for DspOscillator
impl PartialEq<DspOscillator> for DspOscillator
impl Copy for DspOscillator
impl StructuralPartialEq for DspOscillator
Auto Trait Implementations
impl RefUnwindSafe for DspOscillator
impl Send for DspOscillator
impl Sync for DspOscillator
impl Unpin for DspOscillator
impl UnwindSafe for DspOscillator
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