#[repr(C)]pub struct SoundIoChannelLayout {
pub name: *const c_char,
pub channel_count: c_int,
pub channels: [SoundIoChannelId; 24],
}Fields§
§name: *const c_char§channel_count: c_int§channels: [SoundIoChannelId; 24]Trait Implementations§
Source§impl Clone for SoundIoChannelLayout
impl Clone for SoundIoChannelLayout
Source§fn clone(&self) -> SoundIoChannelLayout
fn clone(&self) -> SoundIoChannelLayout
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SoundIoChannelLayout
Auto Trait Implementations§
impl Freeze for SoundIoChannelLayout
impl RefUnwindSafe for SoundIoChannelLayout
impl !Send for SoundIoChannelLayout
impl !Sync for SoundIoChannelLayout
impl Unpin for SoundIoChannelLayout
impl UnwindSafe for SoundIoChannelLayout
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more