Struct julia_sys::_pthread_cleanup_buffer [] [src]

#[repr(C)]
pub 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 _pthread_cleanup_buffer, }

Fields

Trait Implementations

impl Debug for _pthread_cleanup_buffer
[src]

[src]

Formats the value using the given formatter.

impl Copy for _pthread_cleanup_buffer
[src]

impl Clone for _pthread_cleanup_buffer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more