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

Trait Implementations

impl Debug for _VipsBufferCache
[src]

Formats the value using the given formatter. Read more

impl Copy for _VipsBufferCache
[src]

impl Clone for _VipsBufferCache
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _VipsBufferCache

impl !Sync for _VipsBufferCache