pub struct MidiInputDecodeError;Trait Implementations§
Auto Trait Implementations§
impl Freeze for MidiInputDecodeError
impl RefUnwindSafe for MidiInputDecodeError
impl Send for MidiInputDecodeError
impl Sync for MidiInputDecodeError
impl Unpin for MidiInputDecodeError
impl UnwindSafe for MidiInputDecodeError
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