Struct midi_file::core::LocalControlValue
source · pub struct LocalControlValue { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for LocalControlValue
impl Clone for LocalControlValue
source§fn clone(&self) -> LocalControlValue
fn clone(&self) -> LocalControlValue
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 LocalControlValue
impl Debug for LocalControlValue
source§impl Default for LocalControlValue
impl Default for LocalControlValue
source§fn default() -> LocalControlValue
fn default() -> LocalControlValue
Returns the “default value” for a type. Read more
source§impl Hash for LocalControlValue
impl Hash for LocalControlValue
source§impl Ord for LocalControlValue
impl Ord for LocalControlValue
source§fn cmp(&self, other: &LocalControlValue) -> Ordering
fn cmp(&self, other: &LocalControlValue) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<LocalControlValue> for LocalControlValue
impl PartialEq<LocalControlValue> for LocalControlValue
source§fn eq(&self, other: &LocalControlValue) -> bool
fn eq(&self, other: &LocalControlValue) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<LocalControlValue> for LocalControlValue
impl PartialOrd<LocalControlValue> for LocalControlValue
source§fn partial_cmp(&self, other: &LocalControlValue) -> Option<Ordering>
fn partial_cmp(&self, other: &LocalControlValue) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for LocalControlValue
impl Eq for LocalControlValue
impl StructuralEq for LocalControlValue
impl StructuralPartialEq for LocalControlValue
Auto Trait Implementations§
impl RefUnwindSafe for LocalControlValue
impl Send for LocalControlValue
impl Sync for LocalControlValue
impl Unpin for LocalControlValue
impl UnwindSafe for LocalControlValue
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