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

Trait Implementations§

source§

impl Clone for sigevent

source§

fn clone(&self) -> sigevent

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Copy for sigevent