pub enum TuningStep {
Ratio(FrequencyRatio),
Cents(f64),
}Variants§
Ratio(FrequencyRatio)
Cents(f64)
Trait Implementations§
Source§impl Clone for TuningStep
impl Clone for TuningStep
Source§fn clone(&self) -> TuningStep
fn clone(&self) -> TuningStep
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 TuningStep
impl Debug for TuningStep
Source§impl PartialEq for TuningStep
impl PartialEq for TuningStep
Source§impl PartialOrd for TuningStep
impl PartialOrd for TuningStep
impl Copy for TuningStep
impl StructuralPartialEq for TuningStep
Auto Trait Implementations§
impl Freeze for TuningStep
impl RefUnwindSafe for TuningStep
impl Send for TuningStep
impl Sync for TuningStep
impl Unpin for TuningStep
impl UnwindSafe for TuningStep
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