pub struct Tempo { /* private fields */ }
Expand description
The speed of a (or part of a) composition in beats per minute.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tempo
impl RefUnwindSafe for Tempo
impl Send for Tempo
impl Sync for Tempo
impl Unpin for Tempo
impl UnwindSafe for Tempo
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