pub struct Diatonic<T: Degree, U> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<T, U> Freeze for Diatonic<T, U>
impl<T, U> RefUnwindSafe for Diatonic<T, U>
impl<T, U> Send for Diatonic<T, U>
impl<T, U> Sync for Diatonic<T, U>
impl<T, U> Unpin for Diatonic<T, U>
impl<T, U> UnwindSafe for Diatonic<T, U>
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