pub enum NoteName {
Unknown,
A,
B,
C,
D,
E,
F,
G,
Reserved(u8),
}Variants§
Trait Implementations§
source§impl PartialEq for NoteName
impl PartialEq for NoteName
impl Copy for NoteName
impl Eq for NoteName
impl StructuralEq for NoteName
impl StructuralPartialEq for NoteName
Auto Trait Implementations§
impl RefUnwindSafe for NoteName
impl Send for NoteName
impl Sync for NoteName
impl Unpin for NoteName
impl UnwindSafe for NoteName
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