pub struct HeldNotes { /* private fields */ }Expand description
Notes held at the moment a step was recorded.
Fixed size and Copy so that an op stays a plain value: five is what the
widest chord in the table produces, and a sixth finger is not something
the chord identifier could name anyway.
Implementations§
Trait Implementations§
impl Copy for HeldNotes
impl Eq for HeldNotes
impl StructuralPartialEq for HeldNotes
Auto Trait Implementations§
impl Freeze for HeldNotes
impl RefUnwindSafe for HeldNotes
impl Send for HeldNotes
impl Sync for HeldNotes
impl Unpin for HeldNotes
impl UnsafeUnpin for HeldNotes
impl UnwindSafe for HeldNotes
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