pub struct DspPipelineHandle { /* private fields */ }Expand description
A built DSP pipeline ready for execution.
Implementations§
Source§impl DspPipelineHandle
impl DspPipelineHandle
Sourcepub fn run(&mut self) -> Result<DspStats, FabricError>
pub fn run(&mut self) -> Result<DspStats, FabricError>
Run the pipeline to completion, processing all blocks from source to sink.
Auto Trait Implementations§
impl Freeze for DspPipelineHandle
impl !RefUnwindSafe for DspPipelineHandle
impl !Send for DspPipelineHandle
impl !Sync for DspPipelineHandle
impl Unpin for DspPipelineHandle
impl !UnwindSafe for DspPipelineHandle
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