Type Alias linux_raw_sys::general::sigevent_t

source ·
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

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 64 bytes