Type Alias VipsObject

Source
pub type VipsObject = _VipsObject;

Aliased Type§

struct VipsObject {
    pub parent_instance: _GObject,
    pub constructed: i32,
    pub static_object: i32,
    pub argument_table: *mut _GHashTable,
    pub nickname: *mut i8,
    pub description: *mut i8,
    pub preclose: i32,
    pub close: i32,
    pub postclose: i32,
    pub local_memory: u64,
}

Fields§

§parent_instance: _GObject§constructed: i32§static_object: i32§argument_table: *mut _GHashTable§nickname: *mut i8§description: *mut i8§preclose: i32§close: i32§postclose: i32§local_memory: u64