pub enum SyncopationKind {
None,
WeakBeatAccent,
OffBeat,
Anticipation,
Suspension,
Unknown,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SyncopationKind
impl Clone for SyncopationKind
Source§fn clone(&self) -> SyncopationKind
fn clone(&self) -> SyncopationKind
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 SyncopationKind
impl Debug for SyncopationKind
Source§impl Display for SyncopationKind
impl Display for SyncopationKind
Source§impl FromStr for SyncopationKind
impl FromStr for SyncopationKind
Source§impl Hash for SyncopationKind
impl Hash for SyncopationKind
Source§impl Ord for SyncopationKind
impl Ord for SyncopationKind
Source§fn cmp(&self, other: &SyncopationKind) -> Ordering
fn cmp(&self, other: &SyncopationKind) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SyncopationKind
impl PartialEq for SyncopationKind
Source§impl PartialOrd for SyncopationKind
impl PartialOrd for SyncopationKind
impl Copy for SyncopationKind
impl Eq for SyncopationKind
impl StructuralPartialEq for SyncopationKind
Auto Trait Implementations§
impl Freeze for SyncopationKind
impl RefUnwindSafe for SyncopationKind
impl Send for SyncopationKind
impl Sync for SyncopationKind
impl Unpin for SyncopationKind
impl UnsafeUnpin for SyncopationKind
impl UnwindSafe for SyncopationKind
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