rustix::backend::cType Alias siginfo_t
Source pub(crate) type siginfo_t = siginfo;
struct siginfo_t {
pub __bindgen_anon_1: siginfo__bindgen_ty_1,
}
Return the exit status or signal number recorded in a siginfo_t
.
§Safety
si_signo
must equal SIGCHLD
(as it is guaranteed to do after a
waitid
call).
Performs copy-assignment from
source
.
Read more