Struct julia_sys::__pthread_cleanup_frame [] [src]

#[repr(C)]
pub 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 Debug for __pthread_cleanup_frame
[src]

[src]

Formats the value using the given formatter.

impl Copy for __pthread_cleanup_frame
[src]

impl Clone for __pthread_cleanup_frame
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more