pub struct StandaloneOptions {
pub accepts_input: bool,
pub handle: Option<AudioProcessorHandleRef>,
}Fields
accepts_input: boolhandle: Option<AudioProcessorHandleRef>Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for StandaloneOptions
impl Send for StandaloneOptions
impl Sync for StandaloneOptions
impl Unpin for StandaloneOptions
impl !UnwindSafe for StandaloneOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more