pub enum DspTremolo {
Frequency,
Depth,
Shape,
Skew,
Duty,
Square,
Phase,
Spread,
}Variants§
Implementations§
Source§impl DspTremolo
impl DspTremolo
pub fn from(value: FMOD_DSP_TREMOLO) -> Result<DspTremolo, Error>
Trait Implementations§
Source§impl Clone for DspTremolo
impl Clone for DspTremolo
Source§fn clone(&self) -> DspTremolo
fn clone(&self) -> DspTremolo
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 DspTremolo
impl Debug for DspTremolo
Source§impl From<DspTremolo> for FMOD_DSP_TREMOLO
impl From<DspTremolo> for FMOD_DSP_TREMOLO
Source§fn from(value: DspTremolo) -> FMOD_DSP_TREMOLO
fn from(value: DspTremolo) -> FMOD_DSP_TREMOLO
Converts to this type from the input type.
Source§impl PartialEq for DspTremolo
impl PartialEq for DspTremolo
impl Copy for DspTremolo
impl StructuralPartialEq for DspTremolo
Auto Trait Implementations§
impl Freeze for DspTremolo
impl RefUnwindSafe for DspTremolo
impl Send for DspTremolo
impl Sync for DspTremolo
impl Unpin for DspTremolo
impl UnwindSafe for DspTremolo
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