pub enum Tie {
Solid,
Dotted,
}
Expand description
A tie which may apply between a note and the following note of the same pitch.
Variants§
Trait Implementations§
impl Copy for Tie
impl Eq for Tie
impl StructuralPartialEq for Tie
Auto Trait Implementations§
impl Freeze for Tie
impl RefUnwindSafe for Tie
impl Send for Tie
impl Sync for Tie
impl Unpin for Tie
impl UnwindSafe for Tie
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