pub struct NoteSPN {
pub name: NoteName,
pub accidental: Option<Accidental>,
}Fields§
§name: NoteName§accidental: Option<Accidental>Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoteSPN
impl RefUnwindSafe for NoteSPN
impl Send for NoteSPN
impl Sync for NoteSPN
impl Unpin for NoteSPN
impl UnsafeUnpin for NoteSPN
impl UnwindSafe for NoteSPN
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