pub enum UndefinedPotision {
E4,
F4,
G4,
}
Expand description
Positions that are always xx
Variants§
Trait Implementations§
source§impl Clone for UndefinedPotision
impl Clone for UndefinedPotision
source§fn clone(&self) -> UndefinedPotision
fn clone(&self) -> UndefinedPotision
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 UndefinedPotision
impl Debug for UndefinedPotision
source§impl PartialEq for UndefinedPotision
impl PartialEq for UndefinedPotision
source§fn eq(&self, other: &UndefinedPotision) -> bool
fn eq(&self, other: &UndefinedPotision) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Position for UndefinedPotision
impl Position for UndefinedPotision
impl Copy for UndefinedPotision
impl Eq for UndefinedPotision
impl StructuralEq for UndefinedPotision
impl StructuralPartialEq for UndefinedPotision
Auto Trait Implementations§
impl RefUnwindSafe for UndefinedPotision
impl Send for UndefinedPotision
impl Sync for UndefinedPotision
impl Unpin for UndefinedPotision
impl UnwindSafe for UndefinedPotision
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