pub enum ClefKind {
Treble,
Bass,
Alto,
Tenor,
Soprano,
MezzoSoprano,
Baritone,
Percussion,
Tab,
Neutral,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for ClefKind
impl Ord for ClefKind
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 ClefKind
impl PartialOrd for ClefKind
impl Copy for ClefKind
impl Eq for ClefKind
impl StructuralPartialEq for ClefKind
Auto Trait Implementations§
impl Freeze for ClefKind
impl RefUnwindSafe for ClefKind
impl Send for ClefKind
impl Sync for ClefKind
impl Unpin for ClefKind
impl UnsafeUnpin for ClefKind
impl UnwindSafe for ClefKind
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