pub struct BeatFraction {
pub numerator: usize,
pub denominator: PrimitiveDuration,
}Fields§
§numerator: usize§denominator: PrimitiveDurationImplementations§
Source§impl BeatFraction
impl BeatFraction
Trait Implementations§
Source§impl Clone for BeatFraction
impl Clone for BeatFraction
Source§fn clone(&self) -> BeatFraction
fn clone(&self) -> BeatFraction
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 BeatFraction
impl Debug for BeatFraction
impl Copy for BeatFraction
Auto Trait Implementations§
impl Freeze for BeatFraction
impl RefUnwindSafe for BeatFraction
impl Send for BeatFraction
impl Sync for BeatFraction
impl Unpin for BeatFraction
impl UnwindSafe for BeatFraction
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