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