Struct audio_processor_standalone::options::MidiOptions
source · pub struct MidiOptions {
pub input_file: Option<String>,
}
Fields§
§input_file: Option<String>
Auto Trait Implementations§
impl RefUnwindSafe for MidiOptions
impl Send for MidiOptions
impl Sync for MidiOptions
impl Unpin for MidiOptions
impl UnwindSafe for MidiOptions
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