Expand description
A MIDI Machine Control Response>
Used by UniversalRealTimeMsg::MachineControlResponse
.
Not implemented. The Unimplemented
value can be used to represent generic responses.
As defined in MIDI Machine Control 1.0 (MMA0016 / RP013)
Variants
Unimplemented(Vec<u8>)
Used to represent all unimplemented MCR messages. Is inherently not guaranteed to be a valid message.
Trait Implementations
sourceimpl Clone for MachineControlResponseMsg
impl Clone for MachineControlResponseMsg
sourcefn clone(&self) -> MachineControlResponseMsg
fn clone(&self) -> MachineControlResponseMsg
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for MachineControlResponseMsg
impl Debug for MachineControlResponseMsg
sourceimpl PartialEq<MachineControlResponseMsg> for MachineControlResponseMsg
impl PartialEq<MachineControlResponseMsg> for MachineControlResponseMsg
sourcefn eq(&self, other: &MachineControlResponseMsg) -> bool
fn eq(&self, other: &MachineControlResponseMsg) -> bool
impl Eq for MachineControlResponseMsg
impl StructuralEq for MachineControlResponseMsg
impl StructuralPartialEq for MachineControlResponseMsg
Auto Trait Implementations
impl RefUnwindSafe for MachineControlResponseMsg
impl Send for MachineControlResponseMsg
impl Sync for MachineControlResponseMsg
impl Unpin for MachineControlResponseMsg
impl UnwindSafe for MachineControlResponseMsg
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more