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]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Copy for pa_channel_map[src]
impl Clone for pa_channel_map[src]
fn clone(&self) -> pa_channel_map[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more