#[repr(C)]pub struct AudioFormatListItem {
pub mASBD: AudioStreamBasicDescription,
pub mChannelLayoutTag: AudioChannelLayoutTag,
}Expand description
Apple SDK struct AudioFormatListItem.
Fields§
§mASBD: AudioStreamBasicDescription§mChannelLayoutTag: AudioChannelLayoutTagTrait Implementations§
Source§impl Clone for AudioFormatListItem
impl Clone for AudioFormatListItem
Source§fn clone(&self) -> AudioFormatListItem
fn clone(&self) -> AudioFormatListItem
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 AudioFormatListItem
impl Debug for AudioFormatListItem
impl Copy for AudioFormatListItem
Auto Trait Implementations§
impl Freeze for AudioFormatListItem
impl RefUnwindSafe for AudioFormatListItem
impl Send for AudioFormatListItem
impl Sync for AudioFormatListItem
impl Unpin for AudioFormatListItem
impl UnsafeUnpin for AudioFormatListItem
impl UnwindSafe for AudioFormatListItem
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