pub type VipsForeignLoad = _VipsForeignLoad;
Aliased Type§
struct VipsForeignLoad {Show 13 fields
pub parent_object: _VipsForeign,
pub memory: i32,
pub access: u32,
pub flags: u32,
pub fail_on: u32,
pub fail: i32,
pub sequential: i32,
pub out: *mut _VipsImage,
pub real: *mut _VipsImage,
pub nocache: i32,
pub disc: i32,
pub error: i32,
pub revalidate: i32,
}
Fields§
§parent_object: _VipsForeign
§memory: i32
§access: u32
§flags: u32
§fail_on: u32
§fail: i32
§sequential: i32
§out: *mut _VipsImage
§real: *mut _VipsImage
§nocache: i32
§disc: i32
§error: i32
§revalidate: i32