pub struct MidiPortsEvent {
pub descs: Vec<MidiPortDesc>,
}
Fields§
§descs: Vec<MidiPortDesc>
Implementations§
Source§impl MidiPortsEvent
impl MidiPortsEvent
pub fn all_inputs(&self) -> Vec<MidiPortId>
pub fn all_outputs(&self) -> Vec<MidiPortId>
Trait Implementations§
Source§impl Clone for MidiPortsEvent
impl Clone for MidiPortsEvent
Source§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 moreSource§impl Debug for MidiPortsEvent
impl Debug for MidiPortsEvent
Auto Trait Implementations§
impl Freeze for MidiPortsEvent
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> ActionTrait for T
impl<T> ActionTrait for T
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