pub struct DspParameterAttributes3dMulti {
pub numlisteners: i32,
pub relative: [Attributes3d; 8],
pub weight: [f32; 8],
pub absolute: Attributes3d,
}
Fields§
§numlisteners: i32
§relative: [Attributes3d; 8]
§weight: [f32; 8]
§absolute: Attributes3d
Trait Implementations§
Source§impl Clone for DspParameterAttributes3dMulti
impl Clone for DspParameterAttributes3dMulti
Source§fn clone(&self) -> DspParameterAttributes3dMulti
fn clone(&self) -> DspParameterAttributes3dMulti
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 Into<FMOD_DSP_PARAMETER_3DATTRIBUTES_MULTI> for DspParameterAttributes3dMulti
impl Into<FMOD_DSP_PARAMETER_3DATTRIBUTES_MULTI> for DspParameterAttributes3dMulti
Source§fn into(self) -> FMOD_DSP_PARAMETER_3DATTRIBUTES_MULTI
fn into(self) -> FMOD_DSP_PARAMETER_3DATTRIBUTES_MULTI
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for DspParameterAttributes3dMulti
impl RefUnwindSafe for DspParameterAttributes3dMulti
impl Send for DspParameterAttributes3dMulti
impl Sync for DspParameterAttributes3dMulti
impl Unpin for DspParameterAttributes3dMulti
impl UnwindSafe for DspParameterAttributes3dMulti
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