pub struct MidiDigestLib;Expand description
The MIDI digest lib: registers midi/chord-digest as a callable.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MidiDigestLib
impl RefUnwindSafe for MidiDigestLib
impl Send for MidiDigestLib
impl Sync for MidiDigestLib
impl Unpin for MidiDigestLib
impl UnsafeUnpin for MidiDigestLib
impl UnwindSafe for MidiDigestLib
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