Struct vips_sys::_VipsArea [−][src]
#[repr(C)]pub struct _VipsArea { pub data: *mut c_void, pub length: usize, pub n: c_int, pub count: c_int, pub lock: *mut GMutex, pub free_fn: VipsCallbackFn, pub type_: GType, pub sizeof_type: usize, }
Fields
data: *mut c_void
length: usize
n: c_int
count: c_int
lock: *mut GMutex
free_fn: VipsCallbackFn
type_: GType
sizeof_type: usize
Trait Implementations
impl Debug for _VipsArea
[src]
impl Debug for _VipsArea
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 _VipsArea
[src]
impl Copy for _VipsArea
impl Clone for _VipsArea
[src]
impl Clone for _VipsArea