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

Trait Implementations

impl Debug for _VipsProgress
[src]

Formats the value using the given formatter. Read more

impl Copy for _VipsProgress
[src]

impl Clone for _VipsProgress
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _VipsProgress

impl !Sync for _VipsProgress