pub struct StaticGraph { /* private fields */ }Expand description
Fully static, zero-allocation audio runtime core
Implementations§
Source§impl StaticGraph
impl StaticGraph
Sourcepub fn pull_next_unit(&mut self) -> &AudioUnit
pub fn pull_next_unit(&mut self) -> &AudioUnit
Called when CPAL or outer loop requests the next 64-frame chunk
Auto Trait Implementations§
impl Freeze for StaticGraph
impl !RefUnwindSafe for StaticGraph
impl Send for StaticGraph
impl !Sync for StaticGraph
impl Unpin for StaticGraph
impl UnsafeUnpin for StaticGraph
impl !UnwindSafe for StaticGraph
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