#[repr(C)]pub struct AudioChannelLayout {
pub mChannelLayoutTag: AudioChannelLayoutTag,
pub mChannelBitmap: AudioChannelBitmap,
pub mNumberChannelDescriptions: UInt32,
pub mChannelDescriptions: [AudioChannelDescription; 1],
}Expand description
Apple SDK struct AudioChannelLayout.
Fields§
§mChannelLayoutTag: AudioChannelLayoutTag§mChannelBitmap: AudioChannelBitmap§mNumberChannelDescriptions: UInt32§mChannelDescriptions: [AudioChannelDescription; 1]Trait Implementations§
Source§impl Clone for AudioChannelLayout
impl Clone for AudioChannelLayout
impl Copy for AudioChannelLayout
Auto Trait Implementations§
impl Freeze for AudioChannelLayout
impl RefUnwindSafe for AudioChannelLayout
impl Send for AudioChannelLayout
impl Sync for AudioChannelLayout
impl Unpin for AudioChannelLayout
impl UnsafeUnpin for AudioChannelLayout
impl UnwindSafe for AudioChannelLayout
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