pub struct Tuning {
pub transpose: f64,
pub root_key: u32,
pub scale: u32,
pub tunings: [f64; 12],
}Fields§
§transpose: f64§root_key: u32§scale: u32§tunings: [f64; 12]Octave of values starting at A natural.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tuning
impl RefUnwindSafe for Tuning
impl Send for Tuning
impl Sync for Tuning
impl Unpin for Tuning
impl UnwindSafe for Tuning
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