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]

[src]

Formats the value using the given formatter. Read more

impl Copy for _VipsBuffer
[src]

impl Clone for _VipsBuffer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more