pub struct AudioBuf { /* private fields */ }Expand description
Audio buffer descriptor (borrowed from the C layer).
Implementations§
Auto Trait Implementations§
impl Freeze for AudioBuf
impl RefUnwindSafe for AudioBuf
impl !Send for AudioBuf
impl !Sync for AudioBuf
impl Unpin for AudioBuf
impl UnwindSafe for AudioBuf
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