Struct makepad_widgets::MidiPortsEvent
pub struct MidiPortsEvent {
pub descs: Vec<MidiPortDesc, Global>,
}
Fields§
§descs: Vec<MidiPortDesc, Global>
Implementations§
§impl MidiPortsEvent
impl MidiPortsEvent
pub fn all_inputs(&self) -> Vec<MidiPortId, Global>
pub fn all_outputs(&self) -> Vec<MidiPortId, Global>
Trait Implementations§
§impl Clone for MidiPortsEvent
impl Clone for MidiPortsEvent
§fn clone(&self) -> MidiPortsEvent
fn clone(&self) -> MidiPortsEvent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for MidiPortsEvent
impl Debug for MidiPortsEvent
Auto Trait Implementations§
impl RefUnwindSafe for MidiPortsEvent
impl Send for MidiPortsEvent
impl Sync for MidiPortsEvent
impl Unpin for MidiPortsEvent
impl UnwindSafe for MidiPortsEvent
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