pub struct Bpm(/* private fields */);
Expand description
This represents a tempo measured in beats per minute.
Implementations§
Trait Implementations§
Source§impl PartialOrd for Bpm
impl PartialOrd for Bpm
impl Copy for Bpm
impl StructuralPartialEq for Bpm
Auto Trait Implementations§
impl Freeze for Bpm
impl RefUnwindSafe for Bpm
impl Send for Bpm
impl Sync for Bpm
impl Unpin for Bpm
impl UnwindSafe for Bpm
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