Struct vips_sys::_VipsOperation
[−]
[src]
#[repr(C)]pub struct _VipsOperation { pub parent_instance: VipsObject, pub hash: guint, pub found_hash: gboolean, pub pixels: c_int, }
Fields
parent_instance: VipsObject
hash: guint
found_hash: gboolean
pixels: c_int
Trait Implementations
impl Debug for _VipsOperation
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for _VipsOperation
[src]
impl Clone for _VipsOperation
[src]
fn clone(&self) -> _VipsOperation
[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