Struct soundio_sys::SoundIoChannelLayout [−][src]
#[repr(C)]pub struct SoundIoChannelLayout {
pub name: *const c_char,
pub channel_count: c_int,
pub channels: [SoundIoChannelId; 24],
}Expand description
The size of this struct is OK to use.
Fields
name: *const c_charchannel_count: c_intchannels: [SoundIoChannelId; 24]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SoundIoChannelLayout
impl !Send for SoundIoChannelLayout
impl !Sync for SoundIoChannelLayout
impl Unpin for SoundIoChannelLayout
impl UnwindSafe for SoundIoChannelLayout
Blanket Implementations
Mutably borrows from an owned value. Read more
