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