Enum wasm4_tracker::NotePitchKey
source · pub enum NotePitchKey {
Show 17 variants
C,
Cs,
Db,
D,
Ds,
Eb,
E,
F,
Fs,
Gb,
G,
Gs,
Ab,
A,
As,
Bb,
B,
}
Expand description
Note pitch key.
Variants§
C
C.
Cs
C♯.
Db
D♭.
D
D.
Ds
D♯.
Eb
E♭.
E
E.
F
F.
Fs
F♯.
Gb
G♭.
G
G.
Gs
G♯.
Ab
A♭.
A
A.
As
A♯.
Bb
B♭.
B
B.
Trait Implementations§
source§impl Clone for NotePitchKey
impl Clone for NotePitchKey
source§fn clone(&self) -> NotePitchKey
fn clone(&self) -> NotePitchKey
Returns a copy of the value. Read more
1.0.0 · 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 NotePitchKey
impl Debug for NotePitchKey
impl Copy for NotePitchKey
Auto Trait Implementations§
impl RefUnwindSafe for NotePitchKey
impl Send for NotePitchKey
impl Sync for NotePitchKey
impl Unpin for NotePitchKey
impl UnwindSafe for NotePitchKey
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