pub enum DspPanModeType {
Mono,
Stereo,
Surround,
}Variants§
Implementations§
Source§impl DspPanModeType
impl DspPanModeType
pub fn from(value: FMOD_DSP_PAN_MODE_TYPE) -> Result<DspPanModeType, Error>
Trait Implementations§
Source§impl Clone for DspPanModeType
impl Clone for DspPanModeType
Source§fn clone(&self) -> DspPanModeType
fn clone(&self) -> DspPanModeType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DspPanModeType
Source§impl Debug for DspPanModeType
impl Debug for DspPanModeType
Source§impl From<DspPanModeType> for FMOD_DSP_PAN_MODE_TYPE
impl From<DspPanModeType> for FMOD_DSP_PAN_MODE_TYPE
Source§fn from(value: DspPanModeType) -> FMOD_DSP_PAN_MODE_TYPE
fn from(value: DspPanModeType) -> FMOD_DSP_PAN_MODE_TYPE
Converts to this type from the input type.
Source§impl PartialEq for DspPanModeType
impl PartialEq for DspPanModeType
Source§fn eq(&self, other: &DspPanModeType) -> bool
fn eq(&self, other: &DspPanModeType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DspPanModeType
Auto Trait Implementations§
impl Freeze for DspPanModeType
impl RefUnwindSafe for DspPanModeType
impl Send for DspPanModeType
impl Sync for DspPanModeType
impl Unpin for DspPanModeType
impl UnsafeUnpin for DspPanModeType
impl UnwindSafe for DspPanModeType
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