Type Alias VipsArea

Source
pub type VipsArea = _VipsArea;

Aliased Type§

#[repr(C)]
pub struct VipsArea { pub data: *mut c_void, pub length: u32, pub n: i32, pub count: i32, pub lock: *mut _GMutex, pub free_fn: Option<unsafe extern "C" fn(*mut c_void, *mut c_void) -> i32>, pub client: *mut c_void, pub type_: u32, pub sizeof_type: u32, }

Fields§

§data: *mut c_void§length: u32§n: i32§count: i32§lock: *mut _GMutex§free_fn: Option<unsafe extern "C" fn(*mut c_void, *mut c_void) -> i32>§client: *mut c_void§type_: u32§sizeof_type: u32