Struct rpgffi::sigaction__bindgen_ty_1 [] [src]

#[repr(C)]
pub struct sigaction__bindgen_ty_1 { pub sa_handler: __BindgenUnionField<__sighandler_t>, pub sa_sigaction: __BindgenUnionField<Option<unsafe extern "C" fn(_: c_int, _: *mut siginfo_t, _: *mut c_void)>>, pub bindgen_union_field: u64, }

Fields

Trait Implementations

impl Copy for sigaction__bindgen_ty_1
[src]

impl Clone for sigaction__bindgen_ty_1
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more