Struct audio_processor_standalone::options::Options
source · pub struct Options { /* private fields */ }
Implementations§
source§impl Options
impl Options
pub fn rendering(&self) -> &RenderingOptions
pub fn midi(&self) -> &MidiOptions
pub fn list_hosts(&self) -> bool
pub fn list_input_devices(&self) -> bool
pub fn list_output_devices(&self) -> bool
Auto Trait Implementations§
impl RefUnwindSafe for Options
impl Send for Options
impl Sync for Options
impl Unpin for Options
impl UnwindSafe for Options
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