pub struct MusicNotationLib;Expand description
Host-registered notation profile exporting browse metadata and the
Shape-described music/notation/import callable.
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