signal_hook::low_level

Module siginfo

Source
Available on crate feature extended-siginfo-raw only.
Expand description

Extracting more information from the C siginfo_t structure.

See Origin.

Structs§

Origin
Information about a signal and its origin.
Process
Information about process, as presented in the signal metadata.

Enums§

Cause
What caused a signal.
Chld
A child changed its state.
Sent
The means by which a signal was sent by other process.