Struct synth_utils::quantizer::Note
source · pub struct Note(_);Expand description
Note names are represented here, the quantizer can allow and forbid various notes from being converted
Implementations§
source§impl Note
impl Note
pub const C: Self = _
pub const CSHARP: Self = _
pub const D: Self = _
pub const DSHARP: Self = _
pub const E: Self = _
pub const F: Self = _
pub const FSHARP: Self = _
pub const G: Self = _
pub const GSHARP: Self = _
pub const A: Self = _
pub const ASHARP: Self = _
pub const B: Self = _
Trait Implementations§
source§impl PartialEq<Note> for Note
impl PartialEq<Note> for Note
impl Copy for Note
impl Eq for Note
impl StructuralEq 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§
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