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