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