Struct vips_sys::_VipsProgress
[−]
[src]
#[repr(C)]pub struct _VipsProgress { pub im: *mut _VipsImage, pub run: c_int, pub eta: c_int, pub tpels: gint64, pub npels: gint64, pub percent: c_int, pub start: *mut GTimer, }
Fields
im: *mut _VipsImage
run: c_int
eta: c_int
tpels: gint64
npels: gint64
percent: c_int
start: *mut GTimer
Trait Implementations
impl Debug for _VipsProgress
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for _VipsProgress
[src]
impl Clone for _VipsProgress
[src]
fn clone(&self) -> _VipsProgress
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more