pub enum TunerNote {
A,
ASharp,
B,
C,
CSharp,
D,
DSharp,
E,
F,
FSharp,
G,
GSharp,
}Variants§
Trait Implementations§
impl Eq for TunerNote
Source§impl Ord for TunerNote
impl Ord for TunerNote
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 PartialOrd for TunerNote
impl PartialOrd for TunerNote
impl StructuralPartialEq for TunerNote
Auto Trait Implementations§
impl Freeze for TunerNote
impl RefUnwindSafe for TunerNote
impl Send for TunerNote
impl Sync for TunerNote
impl Unpin for TunerNote
impl UnsafeUnpin for TunerNote
impl UnwindSafe for TunerNote
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