pub struct InvalidArguments;Expand description
Error returned when passing invalid arguments to UsbMidiClass::new.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InvalidArguments
impl RefUnwindSafe for InvalidArguments
impl Send for InvalidArguments
impl Sync for InvalidArguments
impl Unpin for InvalidArguments
impl UnwindSafe for InvalidArguments
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