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 ==
.impl Copy for VSAudioChannels
impl Eq for VSAudioChannels
impl StructuralEq for VSAudioChannels
impl StructuralPartialEq for VSAudioChannels
Auto Trait Implementations§
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