pub enum DspPan3DRolloffType {
LinearSquared,
Linear,
Inverse,
InverseTapered,
Custom,
}Variants§
Implementations§
Source§impl DspPan3DRolloffType
impl DspPan3DRolloffType
pub fn from( value: FMOD_DSP_PAN_3D_ROLLOFF_TYPE, ) -> Result<DspPan3DRolloffType, Error>
Trait Implementations§
Source§impl Clone for DspPan3DRolloffType
impl Clone for DspPan3DRolloffType
Source§fn clone(&self) -> DspPan3DRolloffType
fn clone(&self) -> DspPan3DRolloffType
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 DspPan3DRolloffType
impl Debug for DspPan3DRolloffType
Source§impl From<DspPan3DRolloffType> for FMOD_DSP_PAN_3D_ROLLOFF_TYPE
impl From<DspPan3DRolloffType> for FMOD_DSP_PAN_3D_ROLLOFF_TYPE
Source§fn from(value: DspPan3DRolloffType) -> FMOD_DSP_PAN_3D_ROLLOFF_TYPE
fn from(value: DspPan3DRolloffType) -> FMOD_DSP_PAN_3D_ROLLOFF_TYPE
Converts to this type from the input type.
Source§impl PartialEq for DspPan3DRolloffType
impl PartialEq for DspPan3DRolloffType
impl Copy for DspPan3DRolloffType
impl StructuralPartialEq for DspPan3DRolloffType
Auto Trait Implementations§
impl Freeze for DspPan3DRolloffType
impl RefUnwindSafe for DspPan3DRolloffType
impl Send for DspPan3DRolloffType
impl Sync for DspPan3DRolloffType
impl Unpin for DspPan3DRolloffType
impl UnwindSafe for DspPan3DRolloffType
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