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]
impl SigEvent
Trait Implementations
impl Debug for SigEvent
[src]
impl Debug for SigEvent
fn fmt(&self, fmt: &mut Formatter) -> Result
[src]
fn fmt(&self, fmt: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl<'a> From<&'a sigevent> for SigEvent
[src]
impl<'a> From<&'a sigevent> for SigEvent