pub struct MidiOutput(/* private fields */);
Implementations§
Source§impl MidiOutput
impl MidiOutput
pub fn send(&self, port: Option<MidiPortId>, data: MidiData)
Trait Implementations§
Source§impl Default for MidiOutput
impl Default for MidiOutput
Source§fn default() -> MidiOutput
fn default() -> MidiOutput
Returns the “default value” for a type. Read more
impl Send for MidiOutput
Auto Trait Implementations§
impl Freeze for MidiOutput
impl RefUnwindSafe for MidiOutput
impl Sync for MidiOutput
impl Unpin for MidiOutput
impl UnwindSafe for MidiOutput
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