pub struct InvalidChannel(pub u8);Expand description
Error indicating an invalid MIDI channel.
Tuple Fields§
§0: u8Auto Trait Implementations§
impl Freeze for InvalidChannel
impl RefUnwindSafe for InvalidChannel
impl Send for InvalidChannel
impl Sync for InvalidChannel
impl Unpin for InvalidChannel
impl UnwindSafe for InvalidChannel
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