pub type VipsArea = _VipsArea;Aliased Type§
#[repr(C)]pub struct VipsArea {
pub data: *mut c_void,
pub length: u64,
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_: u64,
pub sizeof_type: u64,
}Fields§
§data: *mut c_void§length: u64§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_: u64§sizeof_type: u64