pub type sigevent_t = sigevent;Aliased Type§
struct sigevent_t {
pub sigev_value: sigval,
pub sigev_signo: i32,
pub sigev_notify: i32,
pub _sigev_un: sigevent__bindgen_ty_1,
}Fields§
§sigev_value: sigval§sigev_signo: i32§sigev_notify: i32§_sigev_un: sigevent__bindgen_ty_1