Struct cubeb_sys::cubeb_channel_map [] [src]

#[repr(C)]
pub struct cubeb_channel_map { pub channels: c_uint, pub map: [cubeb_channel; 256], }

Fields

Trait Implementations

impl Clone for cubeb_channel_map
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for cubeb_channel_map
[src]

impl Default for cubeb_channel_map
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for cubeb_channel_map
[src]

[src]

Formats the value using the given formatter.