pub struct DspParameterDescData {
pub datatype: i32,
}Fields§
§datatype: i32Trait Implementations§
Source§impl Clone for DspParameterDescData
impl Clone for DspParameterDescData
Source§fn clone(&self) -> DspParameterDescData
fn clone(&self) -> DspParameterDescData
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 DspParameterDescData
impl Debug for DspParameterDescData
Source§impl Into<FMOD_DSP_PARAMETER_DESC_DATA> for DspParameterDescData
impl Into<FMOD_DSP_PARAMETER_DESC_DATA> for DspParameterDescData
Source§fn into(self) -> FMOD_DSP_PARAMETER_DESC_DATA
fn into(self) -> FMOD_DSP_PARAMETER_DESC_DATA
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for DspParameterDescData
impl RefUnwindSafe for DspParameterDescData
impl Send for DspParameterDescData
impl Sync for DspParameterDescData
impl Unpin for DspParameterDescData
impl UnwindSafe for DspParameterDescData
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