pub enum DspObjectPan {
Position3D,
Rolloff3D,
MinDistance3D,
MaxDistance3D,
ExtentMode3D,
SoundSize3D,
MinExtent3D,
OverallGain,
OutputGain,
AttenuationRange,
OverrideRange,
}
Variants§
Position3D
Rolloff3D
MinDistance3D
MaxDistance3D
ExtentMode3D
SoundSize3D
MinExtent3D
OverallGain
OutputGain
AttenuationRange
OverrideRange
Implementations§
Source§impl DspObjectPan
impl DspObjectPan
pub fn from(value: FMOD_DSP_OBJECTPAN) -> Result<DspObjectPan, Error>
Trait Implementations§
Source§impl Clone for DspObjectPan
impl Clone for DspObjectPan
Source§fn clone(&self) -> DspObjectPan
fn clone(&self) -> DspObjectPan
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 DspObjectPan
impl Debug for DspObjectPan
Source§impl From<DspObjectPan> for FMOD_DSP_OBJECTPAN
impl From<DspObjectPan> for FMOD_DSP_OBJECTPAN
Source§fn from(value: DspObjectPan) -> FMOD_DSP_OBJECTPAN
fn from(value: DspObjectPan) -> FMOD_DSP_OBJECTPAN
Converts to this type from the input type.
Source§impl PartialEq for DspObjectPan
impl PartialEq for DspObjectPan
impl Copy for DspObjectPan
impl StructuralPartialEq for DspObjectPan
Auto Trait Implementations§
impl Freeze for DspObjectPan
impl RefUnwindSafe for DspObjectPan
impl Send for DspObjectPan
impl Sync for DspObjectPan
impl Unpin for DspObjectPan
impl UnwindSafe for DspObjectPan
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