pub enum DspCompressor {
Threshold,
Ratio,
Attack,
Release,
GainMakeup,
UseSidechain,
Linked,
}Variants§
Implementations§
Source§impl DspCompressor
impl DspCompressor
pub fn from(value: FMOD_DSP_COMPRESSOR) -> Result<DspCompressor, Error>
Trait Implementations§
Source§impl Clone for DspCompressor
impl Clone for DspCompressor
Source§fn clone(&self) -> DspCompressor
fn clone(&self) -> DspCompressor
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 DspCompressor
impl Debug for DspCompressor
Source§impl From<DspCompressor> for FMOD_DSP_COMPRESSOR
impl From<DspCompressor> for FMOD_DSP_COMPRESSOR
Source§fn from(value: DspCompressor) -> FMOD_DSP_COMPRESSOR
fn from(value: DspCompressor) -> FMOD_DSP_COMPRESSOR
Converts to this type from the input type.
Source§impl PartialEq for DspCompressor
impl PartialEq for DspCompressor
impl Copy for DspCompressor
impl StructuralPartialEq for DspCompressor
Auto Trait Implementations§
impl Freeze for DspCompressor
impl RefUnwindSafe for DspCompressor
impl Send for DspCompressor
impl Sync for DspCompressor
impl Unpin for DspCompressor
impl UnwindSafe for DspCompressor
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