pub struct ChordInversion(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ChordInversion
impl Clone for ChordInversion
Source§fn clone(&self) -> ChordInversion
fn clone(&self) -> ChordInversion
Returns a duplicate 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 ChordInversion
impl Debug for ChordInversion
Source§impl Hash for ChordInversion
impl Hash for ChordInversion
Source§impl Ord for ChordInversion
impl Ord for ChordInversion
Source§fn cmp(&self, other: &ChordInversion) -> Ordering
fn cmp(&self, other: &ChordInversion) -> 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 for ChordInversion
impl PartialEq for ChordInversion
Source§impl PartialOrd for ChordInversion
impl PartialOrd for ChordInversion
impl Copy for ChordInversion
impl Eq for ChordInversion
impl StructuralPartialEq for ChordInversion
Auto Trait Implementations§
impl Freeze for ChordInversion
impl RefUnwindSafe for ChordInversion
impl Send for ChordInversion
impl Sync for ChordInversion
impl Unpin for ChordInversion
impl UnsafeUnpin for ChordInversion
impl UnwindSafe for ChordInversion
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