Struct guile_sys::Struct__pthread_cleanup_buffer [] [src]

#[repr(C)]
pub struct Struct__pthread_cleanup_buffer { pub __routine: Option<unsafe extern "C" fn(_: *mut c_void)>, pub __arg: *mut c_void, pub __canceltype: c_int, pub __prev: *mut Struct__pthread_cleanup_buffer, }

Fields

Trait Implementations

impl Copy for Struct__pthread_cleanup_buffer
[src]

impl Clone for Struct__pthread_cleanup_buffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct__pthread_cleanup_buffer
[src]

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