pub struct BeatsPerMeasure(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for BeatsPerMeasure
impl Clone for BeatsPerMeasure
Source§fn clone(&self) -> BeatsPerMeasure
fn clone(&self) -> BeatsPerMeasure
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 moreSource§impl Debug for BeatsPerMeasure
impl Debug for BeatsPerMeasure
Source§impl Display for BeatsPerMeasure
impl Display for BeatsPerMeasure
Source§impl FromStr for BeatsPerMeasure
impl FromStr for BeatsPerMeasure
Source§impl Hash for BeatsPerMeasure
impl Hash for BeatsPerMeasure
Source§impl Ord for BeatsPerMeasure
impl Ord for BeatsPerMeasure
Source§fn cmp(&self, other: &BeatsPerMeasure) -> Ordering
fn cmp(&self, other: &BeatsPerMeasure) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BeatsPerMeasure
impl PartialEq for BeatsPerMeasure
Source§fn eq(&self, other: &BeatsPerMeasure) -> bool
fn eq(&self, other: &BeatsPerMeasure) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for BeatsPerMeasure
impl PartialOrd for BeatsPerMeasure
Source§impl TryFrom<u16> for BeatsPerMeasure
impl TryFrom<u16> for BeatsPerMeasure
impl Copy for BeatsPerMeasure
impl Eq for BeatsPerMeasure
impl StructuralPartialEq for BeatsPerMeasure
Auto Trait Implementations§
impl Freeze for BeatsPerMeasure
impl RefUnwindSafe for BeatsPerMeasure
impl Send for BeatsPerMeasure
impl Sync for BeatsPerMeasure
impl Unpin for BeatsPerMeasure
impl UnsafeUnpin for BeatsPerMeasure
impl UnwindSafe for BeatsPerMeasure
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