Struct m8_files::NoteOffset
source · pub struct NoteOffset {
pub enabled: bool,
pub semitones: f32,
}Fields§
§enabled: bool§semitones: f32Trait Implementations§
source§impl Clone for NoteOffset
impl Clone for NoteOffset
source§fn clone(&self) -> NoteOffset
fn clone(&self) -> NoteOffset
Returns a copy 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 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 ==.