Struct libfmod::DspParameterDescInt
source · [−]pub struct DspParameterDescInt {
pub min: i32,
pub max: i32,
pub defaultval: i32,
pub goestoinf: FMOD_BOOL,
pub valuenames: Vec<String>,
}Fields
min: i32max: i32defaultval: i32goestoinf: FMOD_BOOLvaluenames: Vec<String>Trait Implementations
sourceimpl Clone for DspParameterDescInt
impl Clone for DspParameterDescInt
sourcefn clone(&self) -> DspParameterDescInt
fn clone(&self) -> DspParameterDescInt
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DspParameterDescInt
impl Debug for DspParameterDescInt
sourceimpl Into<FMOD_DSP_PARAMETER_DESC_INT> for DspParameterDescInt
impl Into<FMOD_DSP_PARAMETER_DESC_INT> for DspParameterDescInt
sourcefn into(self) -> FMOD_DSP_PARAMETER_DESC_INT
fn into(self) -> FMOD_DSP_PARAMETER_DESC_INT
Converts this type into the (usually inferred) input type.
Auto Trait Implementations
impl RefUnwindSafe for DspParameterDescInt
impl Send for DspParameterDescInt
impl Sync for DspParameterDescInt
impl Unpin for DspParameterDescInt
impl UnwindSafe for DspParameterDescInt
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more