pub struct MicrotonalDivision(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for MicrotonalDivision
impl Clone for MicrotonalDivision
Source§fn clone(&self) -> MicrotonalDivision
fn clone(&self) -> MicrotonalDivision
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 MicrotonalDivision
impl Debug for MicrotonalDivision
Source§impl Display for MicrotonalDivision
impl Display for MicrotonalDivision
Source§impl FromStr for MicrotonalDivision
impl FromStr for MicrotonalDivision
Source§impl Hash for MicrotonalDivision
impl Hash for MicrotonalDivision
Source§impl Ord for MicrotonalDivision
impl Ord for MicrotonalDivision
Source§fn cmp(&self, other: &MicrotonalDivision) -> Ordering
fn cmp(&self, other: &MicrotonalDivision) -> 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 MicrotonalDivision
impl PartialEq for MicrotonalDivision
Source§fn eq(&self, other: &MicrotonalDivision) -> bool
fn eq(&self, other: &MicrotonalDivision) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MicrotonalDivision
impl PartialOrd for MicrotonalDivision
Source§impl TryFrom<u16> for MicrotonalDivision
impl TryFrom<u16> for MicrotonalDivision
impl Copy for MicrotonalDivision
impl Eq for MicrotonalDivision
impl StructuralPartialEq for MicrotonalDivision
Auto Trait Implementations§
impl Freeze for MicrotonalDivision
impl RefUnwindSafe for MicrotonalDivision
impl Send for MicrotonalDivision
impl Sync for MicrotonalDivision
impl Unpin for MicrotonalDivision
impl UnsafeUnpin for MicrotonalDivision
impl UnwindSafe for MicrotonalDivision
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