[][src]Module signal_hook::low_level::siginfo

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.