#[repr(C)]pub struct AudioChannelLayout {
pub mChannelLayoutTag: AudioChannelLayoutTag,
pub mChannelBitmap: AudioChannelBitmap,
pub mNumberChannelDescriptions: UInt32,
pub mChannelDescriptions: [AudioChannelDescription; 1],
}Fields§
§mChannelLayoutTag: AudioChannelLayoutTag§mChannelBitmap: AudioChannelBitmap§mNumberChannelDescriptions: UInt32§mChannelDescriptions: [AudioChannelDescription; 1]Trait Implementations§
Source§impl Clone for AudioChannelLayout
impl Clone for AudioChannelLayout
Source§fn clone(&self) -> AudioChannelLayout
fn clone(&self) -> AudioChannelLayout
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AudioChannelLayout
impl Debug 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