#[repr(u32)]pub enum VSAudioChannels {
Show 25 variants
acFrontLeft = 0,
acFrontRight = 1,
acFrontCenter = 2,
acLowFrequency = 3,
acBackLeft = 4,
acBackRight = 5,
acFrontLeftOFCenter = 6,
acFrontRightOFCenter = 7,
acBackCenter = 8,
acSideLeft = 9,
acSideRight = 10,
acTopCenter = 11,
acTopFrontLeft = 12,
acTopFrontCenter = 13,
acTopFrontRight = 14,
acTopBackLeft = 15,
acTopBackCenter = 16,
acTopBackRight = 17,
acStereoLeft = 29,
acStereoRight = 30,
acWideLeft = 31,
acWideRight = 32,
acSurroundDirectLeft = 33,
acSurroundDirectRight = 34,
acLowFrequency2 = 35,
}
Variants§
acFrontLeft = 0
acFrontRight = 1
acFrontCenter = 2
acLowFrequency = 3
acBackLeft = 4
acBackRight = 5
acFrontLeftOFCenter = 6
acFrontRightOFCenter = 7
acBackCenter = 8
acSideLeft = 9
acSideRight = 10
acTopCenter = 11
acTopFrontLeft = 12
acTopFrontCenter = 13
acTopFrontRight = 14
acTopBackLeft = 15
acTopBackCenter = 16
acTopBackRight = 17
acStereoLeft = 29
acStereoRight = 30
acWideLeft = 31
acWideRight = 32
acSurroundDirectLeft = 33
acSurroundDirectRight = 34
acLowFrequency2 = 35
Trait Implementations§
Source§impl Clone for VSAudioChannels
impl Clone for VSAudioChannels
Source§fn clone(&self) -> VSAudioChannels
fn clone(&self) -> VSAudioChannels
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 VSAudioChannels
impl Debug for VSAudioChannels
Source§impl Hash for VSAudioChannels
impl Hash for VSAudioChannels
Source§impl PartialEq for VSAudioChannels
impl PartialEq for VSAudioChannels
impl Copy for VSAudioChannels
impl Eq for VSAudioChannels
impl StructuralPartialEq for VSAudioChannels
Auto Trait Implementations§
impl Freeze for VSAudioChannels
impl RefUnwindSafe for VSAudioChannels
impl Send for VSAudioChannels
impl Sync for VSAudioChannels
impl Unpin for VSAudioChannels
impl UnwindSafe for VSAudioChannels
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