Struct vips_sys::_VipsImage [] [src]

#[repr(C)]
pub struct _VipsImage { pub parent_instance: VipsObject, pub Xsize: c_int, pub Ysize: c_int, pub Bands: c_int, pub BandFmt: VipsBandFormat, pub Coding: VipsCoding, pub Type: VipsInterpretation, pub Xres: f64, pub Yres: f64, pub Xoffset: c_int, pub Yoffset: c_int, pub Length: c_int, pub Compression: c_short, pub Level: c_short, pub Bbits: c_int, pub time: *mut VipsProgress, pub Hist: *mut c_char, pub filename: *mut c_char, pub data: *mut VipsPel, pub kill: c_int, pub Xres_float: f32, pub Yres_float: f32, pub mode: *mut c_char, pub dtype: VipsImageType, pub fd: c_int, pub baseaddr: *mut c_void, pub length: usize, pub magic: guint32, pub start_fn: VipsStartFn, pub generate_fn: VipsGenerateFn, pub stop_fn: VipsStopFn, pub client1: *mut c_void, pub client2: *mut c_void, pub sslock: *mut GMutex, pub regions: *mut GSList, pub dhint: VipsDemandStyle, pub meta: *mut GHashTable, pub meta_traverse: *mut GSList, pub sizeof_header: gint64, pub windows: *mut GSList, pub upstream: *mut GSList, pub downstream: *mut GSList, pub serial: c_int, pub history_list: *mut GSList, pub progress_signal: *mut _VipsImage, pub file_length: gint64, pub hint_set: gboolean, pub delete_on_close: gboolean, pub delete_on_close_filename: *mut c_char, }

Fields

Trait Implementations

impl Debug for _VipsImage
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for _VipsImage
[src]

impl Clone for _VipsImage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more