#[repr(C)]pub struct AudioBufferListRaw { /* private fields */ }Expand description
List of audio buffers from an audio sample
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AudioBufferListRaw
impl RefUnwindSafe for AudioBufferListRaw
impl !Send for AudioBufferListRaw
impl !Sync for AudioBufferListRaw
impl Unpin for AudioBufferListRaw
impl UnwindSafe for AudioBufferListRaw
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