Struct m8_files::NoteOffset
source · pub struct NoteOffset {
pub enabled: bool,
pub semitones: f32,
}Fields§
§enabled: bool§semitones: f32Trait Implementations§
source§impl Debug for NoteOffset
impl Debug for NoteOffset
source§impl PartialEq<NoteOffset> for NoteOffset
impl PartialEq<NoteOffset> for NoteOffset
source§fn eq(&self, other: &NoteOffset) -> bool
fn eq(&self, other: &NoteOffset) -> bool
This method tests for
self and other values to be equal, and is used
by ==.