pub struct TempoMapEntry { /* private fields */ }Expand description
A map of tempo changes over a session.
A TempoMap stores planned tempo curves and markings across a timeline,
letting agents look up what tempo they should be at during any point
in a session.
Trait Implementations§
Source§impl Clone for TempoMapEntry
impl Clone for TempoMapEntry
Source§fn clone(&self) -> TempoMapEntry
fn clone(&self) -> TempoMapEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TempoMapEntry
impl RefUnwindSafe for TempoMapEntry
impl Send for TempoMapEntry
impl Sync for TempoMapEntry
impl Unpin for TempoMapEntry
impl UnsafeUnpin for TempoMapEntry
impl UnwindSafe for TempoMapEntry
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