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]

[src]

Formats the value using the given formatter. Read more

impl Copy for _VipsBufferCache
[src]

impl Clone for _VipsBufferCache
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more