pub struct ChordNoteAlter {
pub interval: AlteredInterval,
pub accidental: Accidental,
}Expand description
Represents an ålteration of a note
Fields§
§interval: AlteredIntervalThe interval note being altered
accidental: AccidentalThe new accidental of the interval note
Trait Implementations§
Source§impl Clone for ChordNoteAlter
impl Clone for ChordNoteAlter
Source§fn clone(&self) -> ChordNoteAlter
fn clone(&self) -> ChordNoteAlter
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 ChordNoteAlter
impl Debug for ChordNoteAlter
Source§impl PartialEq for ChordNoteAlter
impl PartialEq for ChordNoteAlter
Source§impl ToString for ChordNoteAlter
impl ToString for ChordNoteAlter
impl Eq for ChordNoteAlter
impl StructuralPartialEq for ChordNoteAlter
Auto Trait Implementations§
impl Freeze for ChordNoteAlter
impl RefUnwindSafe for ChordNoteAlter
impl Send for ChordNoteAlter
impl Sync for ChordNoteAlter
impl Unpin for ChordNoteAlter
impl UnwindSafe for ChordNoteAlter
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