Struct libvips::bindings::VipsBufferThread  
source · #[repr(C)]pub struct VipsBufferThread {
    pub hash: *mut GHashTable,
    pub thread: *mut GThread,
}Fields§
§hash: *mut GHashTable§thread: *mut GThreadTrait Implementations§
source§impl Clone for VipsBufferThread
 
impl Clone for VipsBufferThread
source§fn clone(&self) -> VipsBufferThread
 
fn clone(&self) -> VipsBufferThread
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for VipsBufferThread
 
impl Debug for VipsBufferThread
source§impl PartialEq<VipsBufferThread> for VipsBufferThread
 
impl PartialEq<VipsBufferThread> for VipsBufferThread
source§fn eq(&self, other: &VipsBufferThread) -> bool
 
fn eq(&self, other: &VipsBufferThread) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.