pub struct BeatsPerMinute(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for BeatsPerMinute
impl Clone for BeatsPerMinute
Source§fn clone(&self) -> BeatsPerMinute
fn clone(&self) -> BeatsPerMinute
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 BeatsPerMinute
impl Debug for BeatsPerMinute
Source§impl Display for BeatsPerMinute
impl Display for BeatsPerMinute
Source§impl FromStr for BeatsPerMinute
impl FromStr for BeatsPerMinute
Source§impl PartialEq for BeatsPerMinute
impl PartialEq for BeatsPerMinute
Source§impl PartialOrd for BeatsPerMinute
impl PartialOrd for BeatsPerMinute
Source§impl TryFrom<f64> for BeatsPerMinute
impl TryFrom<f64> for BeatsPerMinute
impl Copy for BeatsPerMinute
impl StructuralPartialEq for BeatsPerMinute
Auto Trait Implementations§
impl Freeze for BeatsPerMinute
impl RefUnwindSafe for BeatsPerMinute
impl Send for BeatsPerMinute
impl Sync for BeatsPerMinute
impl Unpin for BeatsPerMinute
impl UnsafeUnpin for BeatsPerMinute
impl UnwindSafe for BeatsPerMinute
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