Struct makepad_widgets::shader::std::MidiPortDesc
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§
§impl Clone for MidiPortDesc
impl Clone for MidiPortDesc
§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 more§impl Debug for MidiPortDesc
impl Debug for MidiPortDesc
§impl PartialEq<MidiPortDesc> for MidiPortDesc
impl PartialEq<MidiPortDesc> for MidiPortDesc
§fn eq(&self, other: &MidiPortDesc) -> bool
fn eq(&self, other: &MidiPortDesc) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for MidiPortDesc
Auto Trait Implementations§
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> 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