Struct cubeb::ffi::cubeb_channel_map []

#[repr(C)]
pub struct cubeb_channel_map { pub channels: u32, pub map: [i32; CHANNEL_MAX as usize], }

Fields

Trait Implementations

impl Copy for cubeb_channel_map

impl Clone for cubeb_channel_map

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for cubeb_channel_map

Formats the value using the given formatter.

impl Default for cubeb_channel_map