pub enum BeatUnit {
Whole,
Half,
Quarter,
Eighth,
Sixteenth,
ThirtySecond,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for BeatUnit
impl Ord for BeatUnit
1.21.0 (const: unstable) · 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 PartialOrd for BeatUnit
impl PartialOrd for BeatUnit
impl Copy for BeatUnit
impl Eq for BeatUnit
impl StructuralPartialEq for BeatUnit
Auto Trait Implementations§
impl Freeze for BeatUnit
impl RefUnwindSafe for BeatUnit
impl Send for BeatUnit
impl Sync for BeatUnit
impl Unpin for BeatUnit
impl UnsafeUnpin for BeatUnit
impl UnwindSafe for BeatUnit
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