Struct midi_msg::GlobalParameter
source · [−]Expand description
An id
:value
pair that must line up with the GlobalParameterControl
that it is placed in.
Fields
id: Vec<u8>
value: Vec<u8>
Trait Implementations
sourceimpl Clone for GlobalParameter
impl Clone for GlobalParameter
sourcefn clone(&self) -> GlobalParameter
fn clone(&self) -> GlobalParameter
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 GlobalParameter
impl Debug for GlobalParameter
sourceimpl PartialEq<GlobalParameter> for GlobalParameter
impl PartialEq<GlobalParameter> for GlobalParameter
sourcefn eq(&self, other: &GlobalParameter) -> bool
fn eq(&self, other: &GlobalParameter) -> bool
impl Eq for GlobalParameter
impl StructuralEq for GlobalParameter
impl StructuralPartialEq for GlobalParameter
Auto Trait Implementations
impl RefUnwindSafe for GlobalParameter
impl Send for GlobalParameter
impl Sync for GlobalParameter
impl Unpin for GlobalParameter
impl UnwindSafe for GlobalParameter
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