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