Struct libpulse_sys::channelmap::pa_channel_map
source · #[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§
source§impl Clone for pa_channel_map
impl Clone for pa_channel_map
source§fn clone(&self) -> pa_channel_map
fn clone(&self) -> pa_channel_map
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 more