pub enum ConcertPitchStandard {
A440,
A432,
A415,
Custom,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ConcertPitchStandard
impl Clone for ConcertPitchStandard
Source§fn clone(&self) -> ConcertPitchStandard
fn clone(&self) -> ConcertPitchStandard
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 ConcertPitchStandard
impl Debug for ConcertPitchStandard
Source§impl Display for ConcertPitchStandard
impl Display for ConcertPitchStandard
Source§impl FromStr for ConcertPitchStandard
impl FromStr for ConcertPitchStandard
Source§impl Hash for ConcertPitchStandard
impl Hash for ConcertPitchStandard
Source§impl Ord for ConcertPitchStandard
impl Ord for ConcertPitchStandard
Source§fn cmp(&self, other: &ConcertPitchStandard) -> Ordering
fn cmp(&self, other: &ConcertPitchStandard) -> 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 ConcertPitchStandard
impl PartialEq for ConcertPitchStandard
Source§fn eq(&self, other: &ConcertPitchStandard) -> bool
fn eq(&self, other: &ConcertPitchStandard) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ConcertPitchStandard
impl PartialOrd for ConcertPitchStandard
impl Copy for ConcertPitchStandard
impl Eq for ConcertPitchStandard
impl StructuralPartialEq for ConcertPitchStandard
Auto Trait Implementations§
impl Freeze for ConcertPitchStandard
impl RefUnwindSafe for ConcertPitchStandard
impl Send for ConcertPitchStandard
impl Sync for ConcertPitchStandard
impl Unpin for ConcertPitchStandard
impl UnsafeUnpin for ConcertPitchStandard
impl UnwindSafe for ConcertPitchStandard
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