pub struct UnquantizedBeat(pub u64, pub Beat);Tuple Fields§
§0: u64§1: BeatImplementations§
Trait Implementations§
Source§impl Clone for UnquantizedBeat
impl Clone for UnquantizedBeat
Source§fn clone(&self) -> UnquantizedBeat
fn clone(&self) -> UnquantizedBeat
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 UnquantizedBeat
impl Debug for UnquantizedBeat
Source§impl Default for UnquantizedBeat
impl Default for UnquantizedBeat
Source§fn default() -> UnquantizedBeat
fn default() -> UnquantizedBeat
Returns the “default value” for a type. Read more
Source§impl Ord for UnquantizedBeat
impl Ord for UnquantizedBeat
Source§fn cmp(&self, other: &UnquantizedBeat) -> Ordering
fn cmp(&self, other: &UnquantizedBeat) -> 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 UnquantizedBeat
impl PartialEq for UnquantizedBeat
Source§impl PartialOrd for UnquantizedBeat
impl PartialOrd for UnquantizedBeat
impl Copy for UnquantizedBeat
impl Eq for UnquantizedBeat
impl StructuralPartialEq for UnquantizedBeat
Auto Trait Implementations§
impl Freeze for UnquantizedBeat
impl RefUnwindSafe for UnquantizedBeat
impl Send for UnquantizedBeat
impl Sync for UnquantizedBeat
impl Unpin for UnquantizedBeat
impl UnwindSafe for UnquantizedBeat
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