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