pub struct ProfileProcessorFactory;Implementations§
Trait Implementations§
Source§impl Default for ProfileProcessorFactory
impl Default for ProfileProcessorFactory
Source§impl ProcessorFactory for ProfileProcessorFactory
impl ProcessorFactory for ProfileProcessorFactory
fn build_processors( &self, request: ProcessorBuildRequest, ) -> AudioResult<Vec<Box<dyn AudioProcessor>>>
Auto Trait Implementations§
impl Freeze for ProfileProcessorFactory
impl RefUnwindSafe for ProfileProcessorFactory
impl Send for ProfileProcessorFactory
impl Sync for ProfileProcessorFactory
impl Unpin for ProfileProcessorFactory
impl UnsafeUnpin for ProfileProcessorFactory
impl UnwindSafe for ProfileProcessorFactory
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