pub struct MusicNotationLib;Expand description
Host-registered lib exporting the LilyPond subset notation-codec card, built
on the shared SurfacePackLib substrate.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MusicNotationLib
impl RefUnwindSafe for MusicNotationLib
impl Send for MusicNotationLib
impl Sync for MusicNotationLib
impl Unpin for MusicNotationLib
impl UnsafeUnpin for MusicNotationLib
impl UnwindSafe for MusicNotationLib
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