Struct nix::libc::sigevent [−][src]
#[repr(C)]pub struct sigevent { pub sigev_value: sigval, pub sigev_signo: i32, pub sigev_notify: i32, pub sigev_notify_thread_id: i32, // some fields omitted }
Fields
sigev_value: sigval
sigev_signo: i32
sigev_notify: i32
sigev_notify_thread_id: i32
Trait Implementations
impl Copy for sigevent
[src]
impl Copy for sigevent
impl Clone for sigevent
[src]
impl Clone for sigevent
fn clone(&self) -> sigevent
[src]
fn clone(&self) -> sigevent
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl<'a> From<&'a sigevent> for SigEvent
[src]
impl<'a> From<&'a sigevent> for SigEvent