pub struct DspDataParameterInfo {
pub data: *mut c_void,
pub length: u32,
pub index: i32,
}Fields§
§data: *mut c_void§length: u32§index: i32Trait Implementations§
Source§impl Clone for DspDataParameterInfo
impl Clone for DspDataParameterInfo
Source§fn clone(&self) -> DspDataParameterInfo
fn clone(&self) -> DspDataParameterInfo
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 DspDataParameterInfo
impl Debug for DspDataParameterInfo
Source§impl Into<FMOD_DSP_DATA_PARAMETER_INFO> for DspDataParameterInfo
impl Into<FMOD_DSP_DATA_PARAMETER_INFO> for DspDataParameterInfo
Source§fn into(self) -> FMOD_DSP_DATA_PARAMETER_INFO
fn into(self) -> FMOD_DSP_DATA_PARAMETER_INFO
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for DspDataParameterInfo
impl RefUnwindSafe for DspDataParameterInfo
impl !Send for DspDataParameterInfo
impl !Sync for DspDataParameterInfo
impl Unpin for DspDataParameterInfo
impl UnwindSafe for DspDataParameterInfo
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