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]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more