Struct guile_sys::Struct_sigevent [] [src]

#[repr(C)]
pub struct Struct_sigevent { pub sigev_value: sigval_t, pub sigev_signo: c_int, pub sigev_notify: c_int, pub _sigev_un: Union_Unnamed65, }

Fields

Trait Implementations

impl Copy for Struct_sigevent
[src]

impl Clone for Struct_sigevent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_sigevent
[src]

Returns the "default value" for a type. Read more