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