Type Alias libvips::bindings::VipsBufferCache

source ·
pub type VipsBufferCache = _VipsBufferCache;

Aliased Type§

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: i32,
}

Fields§

§buffers: *mut _GSList§thread: *mut _GThread§im: *mut _VipsImage§buffer_thread: *mut VipsBufferThread§reserve: *mut _GSList§n_reserve: i32