Struct vips_sys::_VipsBufferCache
[−]
[src]
#[repr(C)]pub struct _VipsBufferCache { pub buffers: *mut GSList, pub thread: *mut GThread, pub im: *mut _VipsImage, pub buffer_thread: *mut VipsBufferThread, pub reserve: *mut GSList, pub n_reserve: c_int, }
Fields
buffers: *mut GSList
thread: *mut GThread
im: *mut _VipsImage
buffer_thread: *mut VipsBufferThread
reserve: *mut GSList
n_reserve: c_int
Trait Implementations
impl Debug for _VipsBufferCache
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for _VipsBufferCache
[src]
impl Clone for _VipsBufferCache
[src]
fn clone(&self) -> _VipsBufferCache
[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