Struct libsoundio_sys::SoundIoChannelLayout [] [src]

#[repr(C)]
pub struct SoundIoChannelLayout { pub name: *const c_char, pub channel_count: c_int, pub channels: [SoundIoChannelId; 24], }

Fields

Trait Implementations

impl Copy for SoundIoChannelLayout
[src]

impl Clone for SoundIoChannelLayout
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more