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