Enum cog_task::action::ActionSignal
source · pub enum ActionSignal {
UpdateGraph,
KeyPress(Instant, BTreeSet<Key>),
StateChanged(Instant, BTreeSet<SignalId>),
}Variants
UpdateGraph
KeyPress(Instant, BTreeSet<Key>)
StateChanged(Instant, BTreeSet<SignalId>)
Trait Implementations
sourceimpl Clone for ActionSignal
impl Clone for ActionSignal
sourcefn clone(&self) -> ActionSignal
fn clone(&self) -> ActionSignal
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations
impl RefUnwindSafe for ActionSignal
impl Send for ActionSignal
impl Sync for ActionSignal
impl Unpin for ActionSignal
impl UnwindSafe for ActionSignal
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more