pub struct ScaleToneCount(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ScaleToneCount
impl Clone for ScaleToneCount
Source§fn clone(&self) -> ScaleToneCount
fn clone(&self) -> ScaleToneCount
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 ScaleToneCount
impl Debug for ScaleToneCount
Source§impl Display for ScaleToneCount
impl Display for ScaleToneCount
Source§impl FromStr for ScaleToneCount
impl FromStr for ScaleToneCount
Source§impl Hash for ScaleToneCount
impl Hash for ScaleToneCount
Source§impl Ord for ScaleToneCount
impl Ord for ScaleToneCount
Source§fn cmp(&self, other: &ScaleToneCount) -> Ordering
fn cmp(&self, other: &ScaleToneCount) -> Ordering
1.21.0 · 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 ScaleToneCount
impl PartialEq for ScaleToneCount
Source§impl PartialOrd for ScaleToneCount
impl PartialOrd for ScaleToneCount
Source§impl TryFrom<u8> for ScaleToneCount
impl TryFrom<u8> for ScaleToneCount
impl Copy for ScaleToneCount
impl Eq for ScaleToneCount
impl StructuralPartialEq for ScaleToneCount
Auto Trait Implementations§
impl Freeze for ScaleToneCount
impl RefUnwindSafe for ScaleToneCount
impl Send for ScaleToneCount
impl Sync for ScaleToneCount
impl Unpin for ScaleToneCount
impl UnsafeUnpin for ScaleToneCount
impl UnwindSafe for ScaleToneCount
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