pub struct AudioOutputSlot { /* private fields */ }Expand description
Mutable borrow of the audio output buffer via raw pointer.
This wraps a *mut [f32] so it can be stored in LaneContext.
§Safety
Same frame-scoped guarantees as Slot.
Implementations§
Trait Implementations§
impl Send for AudioOutputSlot
impl Sync for AudioOutputSlot
Auto Trait Implementations§
impl Freeze for AudioOutputSlot
impl RefUnwindSafe for AudioOutputSlot
impl Unpin for AudioOutputSlot
impl UnwindSafe for AudioOutputSlot
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