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

Trait Implementations

impl Debug for _VipsOperation
[src]

Formats the value using the given formatter. Read more

impl Copy for _VipsOperation
[src]

impl Clone for _VipsOperation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _VipsOperation

impl !Sync for _VipsOperation