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

Trait Implementations

impl Debug for _VipsBuffer
[src]

Formats the value using the given formatter. Read more

impl Copy for _VipsBuffer
[src]

impl Clone for _VipsBuffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _VipsBuffer

impl !Sync for _VipsBuffer