Struct vips_sys::_VipsBuffer
[−]
[src]
#[repr(C)]pub struct _VipsBuffer { pub ref_count: c_int, pub im: *mut _VipsImage, pub area: VipsRect, pub done: gboolean, pub cache: *mut VipsBufferCache, pub buf: *mut VipsPel, pub bsize: usize, }
Fields
ref_count: c_int
im: *mut _VipsImage
area: VipsRect
done: gboolean
cache: *mut VipsBufferCache
buf: *mut VipsPel
bsize: usize
Trait Implementations
impl Debug for _VipsBuffer
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for _VipsBuffer
[src]
impl Clone for _VipsBuffer
[src]
fn clone(&self) -> _VipsBuffer
[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