pub enum ThirdStep {
Minor,
Major,
}Expand description
A single step in a stack of thirds: a minor third (3 semitones) or major third (4 semitones).
Variants§
Trait Implementations§
impl Copy for ThirdStep
impl Eq for ThirdStep
impl StructuralPartialEq for ThirdStep
Auto Trait Implementations§
impl Freeze for ThirdStep
impl RefUnwindSafe for ThirdStep
impl Send for ThirdStep
impl Sync for ThirdStep
impl Unpin for ThirdStep
impl UnsafeUnpin for ThirdStep
impl UnwindSafe for ThirdStep
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