Struct zaplib::SignalEvent
source · [−]Expand description
See Event::Signal
.
TODO(JP): Is this a bit too complicated of an API? What about if we just
send pub signal: u64
, or even a Box
? Then you can use it for anything.
Fields
signals: HashMap<Signal, BTreeSet<StatusId>>
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for SignalEvent
impl Send for SignalEvent
impl Sync for SignalEvent
impl Unpin for SignalEvent
impl UnwindSafe for SignalEvent
Blanket Implementations
Mutably borrows from an owned value. Read more