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

Trait Implementations

impl Debug for pa_channel_map
[src]

Formats the value using the given formatter. Read more

impl Copy for pa_channel_map
[src]

impl Clone for pa_channel_map
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations