Struct posix::signal::sigevent [-] [+] [src]

pub struct sigevent {
    pub sigev_value: sigval,
    pub sigev_signo: int_t,
    pub sigev_notify: int_t,
    pub sigev_notify_function: Option< extern "C" fn(arg1: sigval)>,
    pub sigev_notify_attribute: *mut pthread_attr_t,
    // some fields omitted
}

Fields

sigev_value
sigev_signo
sigev_notify
sigev_notify_function
sigev_notify_attribute

Methods

impl sigevent

fn new() -> sigevent

Trait Implementations

Derived Implementations

impl Copy for sigevent