#[repr(C)]pub struct AudioBufferList {
pub mNumberBuffers: UInt32,
pub mBuffers: [AudioBuffer; 1],
}Expand description
Apple SDK struct AudioBufferList.
Fields§
§mNumberBuffers: UInt32§mBuffers: [AudioBuffer; 1]Trait Implementations§
Source§impl Clone for AudioBufferList
impl Clone for AudioBufferList
Source§fn clone(&self) -> AudioBufferList
fn clone(&self) -> AudioBufferList
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 AudioBufferList
impl Debug for AudioBufferList
impl Copy for AudioBufferList
Auto Trait Implementations§
impl Freeze for AudioBufferList
impl RefUnwindSafe for AudioBufferList
impl !Send for AudioBufferList
impl !Sync for AudioBufferList
impl Unpin for AudioBufferList
impl UnsafeUnpin for AudioBufferList
impl UnwindSafe for AudioBufferList
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