pub enum NoteClass {
Natural,
Chromatic,
Enharmonic,
}Variants§
Trait Implementations§
Source§impl Ord for NoteClass
impl Ord for NoteClass
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 NoteClass
impl PartialOrd for NoteClass
impl Copy for NoteClass
impl Eq for NoteClass
impl StructuralPartialEq for NoteClass
Auto Trait Implementations§
impl Freeze for NoteClass
impl RefUnwindSafe for NoteClass
impl Send for NoteClass
impl Sync for NoteClass
impl Unpin for NoteClass
impl UnsafeUnpin for NoteClass
impl UnwindSafe for NoteClass
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