Struct vips_sys::_pthread_cleanup_buffer[][src]

#[repr(C)]
pub struct _pthread_cleanup_buffer { pub __routine: Option<unsafe extern "C" fn(arg1: *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]

Formats the value using the given formatter. Read more

impl Copy for _pthread_cleanup_buffer
[src]

impl Clone for _pthread_cleanup_buffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _pthread_cleanup_buffer

impl !Sync for _pthread_cleanup_buffer