Struct vips_sys::_VipsRegion
[−]
[src]
#[repr(C)]pub struct _VipsRegion { pub parent_object: VipsObject, pub im: *mut VipsImage, pub valid: VipsRect, pub type_: RegionType, pub data: *mut VipsPel, pub bpl: c_int, pub seq: *mut c_void, pub thread: *mut GThread, pub window: *mut VipsWindow, pub buffer: *mut VipsBuffer, pub invalid: gboolean, }
Fields
parent_object: VipsObject
im: *mut VipsImage
valid: VipsRect
type_: RegionType
data: *mut VipsPel
bpl: c_int
seq: *mut c_void
thread: *mut GThread
window: *mut VipsWindow
buffer: *mut VipsBuffer
invalid: gboolean
Trait Implementations
impl Debug for _VipsRegion
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for _VipsRegion
[src]
impl Clone for _VipsRegion
[src]
fn clone(&self) -> _VipsRegion
[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