pub struct MidiIn<RX> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<RX> Freeze for MidiIn<RX>where
RX: Freeze,
impl<RX> RefUnwindSafe for MidiIn<RX>where
RX: RefUnwindSafe,
impl<RX> Send for MidiIn<RX>where
RX: Send,
impl<RX> Sync for MidiIn<RX>where
RX: Sync,
impl<RX> Unpin for MidiIn<RX>where
RX: Unpin,
impl<RX> UnwindSafe for MidiIn<RX>where
RX: UnwindSafe,
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