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