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]
impl Debug for VipsBufferThread
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 VipsBufferThread
[src]
impl Copy for VipsBufferThread
impl Clone for VipsBufferThread
[src]
impl Clone for VipsBufferThread
fn clone(&self) -> VipsBufferThread
[src]
fn clone(&self) -> VipsBufferThread
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 VipsBufferThread
impl !Send for VipsBufferThread
impl !Sync for VipsBufferThread
impl !Sync for VipsBufferThread