pub struct MidiOutput(/* private fields */);Implementations§
Source§impl MidiOutput
 
impl MidiOutput
pub fn send(&self, port: Option<MidiPortId>, data: MidiData)
Trait Implementations§
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