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

Trait Implementations

impl Copy for sigevent
[src]

impl Clone for sigevent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Performs the conversion.

Auto Trait Implementations

impl !Send for sigevent

impl !Sync for sigevent