pub struct Inversion(/* private fields */);Expand description
An inversion is a way to rearrange the notes of a chord so that a different note is the lowest note. Root inversion is stored as 0.
Implementations§
Trait Implementations§
impl Copy for Inversion
Auto Trait Implementations§
impl Freeze for Inversion
impl RefUnwindSafe for Inversion
impl Send for Inversion
impl Sync for Inversion
impl Unpin for Inversion
impl UnwindSafe for Inversion
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