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
__routine: Option<unsafe extern "C" fn(arg1: *mut c_void)>
__arg: *mut c_void
__canceltype: c_int
__prev: *mut _pthread_cleanup_buffer
Trait Implementations
impl Debug for _pthread_cleanup_buffer
[src]
impl Debug for _pthread_cleanup_buffer
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for _pthread_cleanup_buffer
[src]
impl Copy for _pthread_cleanup_buffer
impl Clone for _pthread_cleanup_buffer
[src]
impl Clone for _pthread_cleanup_buffer
fn clone(&self) -> _pthread_cleanup_buffer
[src]
fn clone(&self) -> _pthread_cleanup_buffer
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl !Send for _pthread_cleanup_buffer
impl !Send for _pthread_cleanup_buffer
impl !Sync for _pthread_cleanup_buffer
impl !Sync for _pthread_cleanup_buffer