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