Struct vips_sys::VipsBufferThread
[−]
[src]
#[repr(C)]pub struct VipsBufferThread { pub hash: *mut GHashTable, pub thread: *mut GThread, }
Fields
hash: *mut GHashTable
thread: *mut GThread
Trait Implementations
impl Debug for VipsBufferThread
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for VipsBufferThread
[src]
impl Clone for VipsBufferThread
[src]
fn clone(&self) -> VipsBufferThread
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more