pub struct MidiPortDesc {
pub name: String,
pub port_id: MidiPortId,
pub port_type: MidiPortType,
}
Fields§
§name: String
§port_id: MidiPortId
§port_type: MidiPortType
Trait Implementations§
Source§impl Clone for MidiPortDesc
impl Clone for MidiPortDesc
Source§fn clone(&self) -> MidiPortDesc
fn clone(&self) -> MidiPortDesc
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 MidiPortDesc
impl Debug for MidiPortDesc
Source§impl PartialEq for MidiPortDesc
impl PartialEq for MidiPortDesc
impl StructuralPartialEq for MidiPortDesc
Auto Trait Implementations§
impl Freeze for MidiPortDesc
impl RefUnwindSafe for MidiPortDesc
impl Send for MidiPortDesc
impl Sync for MidiPortDesc
impl Unpin for MidiPortDesc
impl UnwindSafe for MidiPortDesc
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