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]
fn fmt(&self, fmt: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more