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