pub enum StaffTextKind {
}Expand description
Represents a staff text
Variants§
DCAlCoda
DCAlFine
DCAl1st
DCAl2nd
DCAl3rd
DSAlCoda
DSAlFine
DSAl1st
DSAl2nd
DSAl3rd
Fine
Free(String)
Repeat(u32)
Trait Implementations§
Source§impl Clone for StaffTextKind
impl Clone for StaffTextKind
Source§fn clone(&self) -> StaffTextKind
fn clone(&self) -> StaffTextKind
Returns a duplicate 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 StaffTextKind
impl Debug for StaffTextKind
Source§impl Display for StaffTextKind
impl Display for StaffTextKind
Source§impl FromStr for StaffTextKind
impl FromStr for StaffTextKind
Source§impl PartialEq for StaffTextKind
impl PartialEq for StaffTextKind
impl Eq for StaffTextKind
impl StructuralPartialEq for StaffTextKind
Auto Trait Implementations§
impl Freeze for StaffTextKind
impl RefUnwindSafe for StaffTextKind
impl Send for StaffTextKind
impl Sync for StaffTextKind
impl Unpin for StaffTextKind
impl UnwindSafe for StaffTextKind
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