Struct nix::sys::signal::SigEvent [] [src]

#[repr(C)]
pub struct SigEvent { /* fields omitted */ }

Used to request asynchronous notification of the completion of certain events, such as POSIX AIO and timers.

Methods

impl SigEvent
[src]

Trait Implementations

impl Debug for SigEvent
[src]

Formats the value using the given formatter.

impl<'a> From<&'a sigevent> for SigEvent
[src]

Performs the conversion.