pub struct Solfege {
pub syllable: SolfegeSyllable,
pub kind: Moveable,
}Fields§
§syllable: SolfegeSyllable§kind: MoveableImplementations§
Source§impl Solfege
impl Solfege
pub const fn new(syllable: SolfegeSyllable, kind: Moveable) -> Self
Sourcepub const fn id(&self) -> RelativePitch
pub const fn id(&self) -> RelativePitch
Get the pitch value of the solfège.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Solfege
impl RefUnwindSafe for Solfege
impl Send for Solfege
impl Sync for Solfege
impl Unpin for Solfege
impl UnwindSafe for Solfege
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