Struct libfmod::DspParameterAttributes3d
source · pub struct DspParameterAttributes3d {
pub relative: Attributes3d,
pub absolute: Attributes3d,
}
Fields
relative: Attributes3d
absolute: Attributes3d
Trait Implementations
sourceimpl Clone for DspParameterAttributes3d
impl Clone for DspParameterAttributes3d
sourcefn clone(&self) -> DspParameterAttributes3d
fn clone(&self) -> DspParameterAttributes3d
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DspParameterAttributes3d
impl Debug for DspParameterAttributes3d
sourceimpl Into<FMOD_DSP_PARAMETER_3DATTRIBUTES> for DspParameterAttributes3d
impl Into<FMOD_DSP_PARAMETER_3DATTRIBUTES> for DspParameterAttributes3d
sourcefn 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 RefUnwindSafe for DspParameterAttributes3d
impl Send for DspParameterAttributes3d
impl Sync for DspParameterAttributes3d
impl Unpin for DspParameterAttributes3d
impl UnwindSafe for DspParameterAttributes3d
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more