Struct vips_sys::VipsBufferThread[][src]

#[repr(C)]
pub struct VipsBufferThread { pub hash: *mut GHashTable, pub thread: *mut GThread, }

Fields

Trait Implementations

impl Debug for VipsBufferThread
[src]

Formats the value using the given formatter. Read more

impl Copy for VipsBufferThread
[src]

impl Clone for VipsBufferThread
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for VipsBufferThread

impl !Sync for VipsBufferThread