Enum rustsynth_sys::VSAudioChannels
source · #[repr(u32)]
pub enum VSAudioChannels {
Show 25 variants
acFrontLeft,
acFrontRight,
acFrontCenter,
acLowFrequency,
acBackLeft,
acBackRight,
acFrontLeftOFCenter,
acFrontRightOFCenter,
acBackCenter,
acSideLeft,
acSideRight,
acTopCenter,
acTopFrontLeft,
acTopFrontCenter,
acTopFrontRight,
acTopBackLeft,
acTopBackCenter,
acTopBackRight,
acStereoLeft,
acStereoRight,
acWideLeft,
acWideRight,
acSurroundDirectLeft,
acSurroundDirectRight,
acLowFrequency2,
}Variants§
acFrontLeft
acFrontRight
acFrontCenter
acLowFrequency
acBackLeft
acBackRight
acFrontLeftOFCenter
acFrontRightOFCenter
acBackCenter
acSideLeft
acSideRight
acTopCenter
acTopFrontLeft
acTopFrontCenter
acTopFrontRight
acTopBackLeft
acTopBackCenter
acTopBackRight
acStereoLeft
acStereoRight
acWideLeft
acWideRight
acSurroundDirectLeft
acSurroundDirectRight
acLowFrequency2
Trait Implementations§
source§impl Clone for VSAudioChannels
impl Clone for VSAudioChannels
source§fn clone(&self) -> VSAudioChannels
fn clone(&self) -> VSAudioChannels
Returns a copy 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 VSAudioChannels
impl Debug for VSAudioChannels
source§impl Hash for VSAudioChannels
impl Hash for VSAudioChannels
source§impl PartialEq<VSAudioChannels> for VSAudioChannels
impl PartialEq<VSAudioChannels> for VSAudioChannels
source§fn eq(&self, other: &VSAudioChannels) -> bool
fn eq(&self, other: &VSAudioChannels) -> bool
This method tests for
self and other values to be equal, and is used
by ==.