Struct musical_note::Note
source · pub struct Note { /* private fields */ }Expand description
Not yet resolved Note, constructed by MIDI.
Implementations
Trait Implementations
sourceimpl From<ResolvedNote> for Note
impl From<ResolvedNote> for Note
sourcefn from(value: ResolvedNote) -> Self
fn from(value: ResolvedNote) -> Self
Converts to this type from the input type.
sourceimpl PartialOrd<Note> for Note
impl PartialOrd<Note> for Note
sourcefn partial_cmp(&self, other: &Note) -> Option<Ordering>
fn partial_cmp(&self, other: &Note) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for Note
impl StructuralPartialEq for Note
Auto Trait Implementations
impl RefUnwindSafe for Note
impl Send for Note
impl Sync for Note
impl Unpin for Note
impl UnwindSafe for Note
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more