pub struct DspParameterDescBool {
pub defaultval: FMOD_BOOL,
pub valuenames: Vec<String>,
}Fields§
§defaultval: FMOD_BOOL§valuenames: Vec<String>Trait Implementations§
Source§impl Clone for DspParameterDescBool
impl Clone for DspParameterDescBool
Source§fn clone(&self) -> DspParameterDescBool
fn clone(&self) -> DspParameterDescBool
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 DspParameterDescBool
impl Debug for DspParameterDescBool
Source§impl Into<FMOD_DSP_PARAMETER_DESC_BOOL> for DspParameterDescBool
impl Into<FMOD_DSP_PARAMETER_DESC_BOOL> for DspParameterDescBool
Source§fn into(self) -> FMOD_DSP_PARAMETER_DESC_BOOL
fn into(self) -> FMOD_DSP_PARAMETER_DESC_BOOL
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for DspParameterDescBool
impl RefUnwindSafe for DspParameterDescBool
impl Send for DspParameterDescBool
impl Sync for DspParameterDescBool
impl Unpin for DspParameterDescBool
impl UnwindSafe for DspParameterDescBool
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