pub struct PitchClassNumber(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for PitchClassNumber
impl Clone for PitchClassNumber
Source§fn clone(&self) -> PitchClassNumber
fn clone(&self) -> PitchClassNumber
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PitchClassNumber
impl Debug for PitchClassNumber
Source§impl Display for PitchClassNumber
impl Display for PitchClassNumber
Source§impl FromStr for PitchClassNumber
impl FromStr for PitchClassNumber
Source§impl Hash for PitchClassNumber
impl Hash for PitchClassNumber
Source§impl Ord for PitchClassNumber
impl Ord for PitchClassNumber
Source§fn cmp(&self, other: &PitchClassNumber) -> Ordering
fn cmp(&self, other: &PitchClassNumber) -> Ordering
1.21.0 (const: unstable) · 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 PitchClassNumber
impl PartialEq for PitchClassNumber
Source§fn eq(&self, other: &PitchClassNumber) -> bool
fn eq(&self, other: &PitchClassNumber) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PitchClassNumber
impl PartialOrd for PitchClassNumber
impl Copy for PitchClassNumber
impl Eq for PitchClassNumber
impl StructuralPartialEq for PitchClassNumber
Auto Trait Implementations§
impl Freeze for PitchClassNumber
impl RefUnwindSafe for PitchClassNumber
impl Send for PitchClassNumber
impl Sync for PitchClassNumber
impl Unpin for PitchClassNumber
impl UnsafeUnpin for PitchClassNumber
impl UnwindSafe for PitchClassNumber
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