pub enum ToWorkerMsg {
Playback(PlaybackSettings),
StopPlayback,
PlayEvent(NoteEvent),
StopLiveNote,
}Variants§
Trait Implementations§
Source§impl Clone for ToWorkerMsg
impl Clone for ToWorkerMsg
Source§fn clone(&self) -> ToWorkerMsg
fn clone(&self) -> ToWorkerMsg
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ToWorkerMsg
impl Debug for ToWorkerMsg
impl Copy for ToWorkerMsg
Auto Trait Implementations§
impl Freeze for ToWorkerMsg
impl RefUnwindSafe for ToWorkerMsg
impl Send for ToWorkerMsg
impl Sync for ToWorkerMsg
impl Unpin for ToWorkerMsg
impl UnwindSafe for ToWorkerMsg
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