Struct stdcli::prelude::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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more