Struct guile_sys::Struct___pthread_cleanup_frame [] [src]

#[repr(C)]
pub struct Struct___pthread_cleanup_frame { pub __cancel_routine: Option<unsafe extern "C" fn(_: *mut c_void)>, pub __cancel_arg: *mut c_void, pub __do_it: c_int, pub __cancel_type: c_int, }

Fields

Trait Implementations

impl Copy for Struct___pthread_cleanup_frame
[src]

impl Clone for Struct___pthread_cleanup_frame
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct___pthread_cleanup_frame
[src]

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