Enum libpulse_sys::channelmap::pa_channel_position_t [−][src]
#[repr(C)]pub enum pa_channel_position_t { Invalid, Mono, FrontLeft, FrontRight, FrontCenter, RearCenter, RearLeft, RearRight, Lfe, FrontLeftOfCenter, FrontRightOfCenter, SideLeft, SideRight, Aux0, Aux1, Aux2, Aux3, Aux4, Aux5, Aux6, Aux7, Aux8, Aux9, Aux10, Aux11, Aux12, Aux13, Aux14, Aux15, Aux16, Aux17, Aux18, Aux19, Aux20, Aux21, Aux22, Aux23, Aux24, Aux25, Aux26, Aux27, Aux28, Aux29, Aux30, Aux31, TopCenter, TopFrontLeft, TopFrontRight, TopFrontCenter, TopRearLeft, TopRearRight, TopRearCenter, }
Variants
InvalidMonoFrontLeftFrontRightFrontCenterRearCenterRearLeftRearRightLfeFrontLeftOfCenterFrontRightOfCenterSideLeftSideRightAux0Aux1Aux2Aux3Aux4Aux5Aux6Aux7Aux8Aux9Aux10Aux11Aux12Aux13Aux14Aux15Aux16Aux17Aux18Aux19Aux20Aux21Aux22Aux23Aux24Aux25Aux26Aux27Aux28Aux29Aux30Aux31TopCenterTopFrontLeftTopFrontRightTopFrontCenterTopRearLeftTopRearRightTopRearCenter
Trait Implementations
impl Debug for pa_channel_position_t[src]
impl Debug for pa_channel_position_tfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for pa_channel_position_t[src]
impl Copy for pa_channel_position_timpl Clone for pa_channel_position_t[src]
impl Clone for pa_channel_position_tfn clone(&self) -> pa_channel_position_t[src]
fn clone(&self) -> pa_channel_position_tReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for pa_channel_position_t[src]
impl PartialEq for pa_channel_position_tfn eq(&self, other: &pa_channel_position_t) -> bool[src]
fn eq(&self, other: &pa_channel_position_t) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for pa_channel_position_t[src]
impl Eq for pa_channel_position_timpl Default for pa_channel_position_t[src]
impl Default for pa_channel_position_tAuto Trait Implementations
impl Send for pa_channel_position_t
impl Send for pa_channel_position_timpl Sync for pa_channel_position_t
impl Sync for pa_channel_position_t