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]
impl Debug for _VipsBuffer
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for _VipsBuffer
[src]
impl Copy for _VipsBuffer
impl Clone for _VipsBuffer
[src]
impl Clone for _VipsBuffer
fn clone(&self) -> _VipsBuffer
[src]
fn clone(&self) -> _VipsBuffer
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl !Send for _VipsBuffer
impl !Send for _VipsBuffer
impl !Sync for _VipsBuffer
impl !Sync for _VipsBuffer