Struct libpulse_sys::channelmap::pa_channel_map [−][src]
#[repr(C)]pub struct pa_channel_map { pub channels: u8, pub map: [pa_channel_position_t; 32], }
Fields
channels: u8
map: [pa_channel_position_t; 32]
Trait Implementations
impl Debug for pa_channel_map[src]
impl Debug for pa_channel_mapfn 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_map[src]
impl Copy for pa_channel_mapimpl Clone for pa_channel_map[src]
impl Clone for pa_channel_mapfn clone(&self) -> pa_channel_map[src]
fn clone(&self) -> pa_channel_mapReturns 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
Auto Trait Implementations
impl Send for pa_channel_map
impl Send for pa_channel_mapimpl Sync for pa_channel_map
impl Sync for pa_channel_map