pub enum RegisterTie {
Ascending,
Descending,
}Expand description
Tie direction for equally near octave placements.
Variants§
Trait Implementations§
Source§impl Clone for RegisterTie
impl Clone for RegisterTie
Source§fn clone(&self) -> RegisterTie
fn clone(&self) -> RegisterTie
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RegisterTie
Source§impl Debug for RegisterTie
impl Debug for RegisterTie
impl Eq for RegisterTie
Source§impl PartialEq for RegisterTie
impl PartialEq for RegisterTie
impl StructuralPartialEq for RegisterTie
Auto Trait Implementations§
impl Freeze for RegisterTie
impl RefUnwindSafe for RegisterTie
impl Send for RegisterTie
impl Sync for RegisterTie
impl Unpin for RegisterTie
impl UnsafeUnpin for RegisterTie
impl UnwindSafe for RegisterTie
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