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

Trait Implementations

impl Debug for _VipsRegion
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for _VipsRegion
[src]

impl Clone for _VipsRegion
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more