Available on non-Windows and crate feature
iterator
and crate feature extended-siginfo
only.Expand description
An exfiltrator providing the process that caused the signal.
The WithOrigin
is an Exfiltrator
that
provides the information about sending process in addition to the signal number, through the
Origin
type.
See the WithOrigin
example.
Re-exports§
pub use super::raw::Slot;
pub use crate::low_level::siginfo::Origin;
pub use crate::low_level::siginfo::Process;
Structs§
- With
Origin - The
Exfiltrator
that producesOrigin
of signals.