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]
impl Debug for _VipsProgress
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for _VipsProgress
[src]
impl Copy for _VipsProgress
impl Clone for _VipsProgress
[src]
impl Clone for _VipsProgress
fn clone(&self) -> _VipsProgress
[src]
fn clone(&self) -> _VipsProgress
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl !Send for _VipsProgress
impl !Send for _VipsProgress
impl !Sync for _VipsProgress
impl !Sync for _VipsProgress