Struct vips_sys::im_function
[−]
[src]
#[repr(C)]pub struct im_function { pub name: *mut c_char, pub desc: *mut c_char, pub flags: im_fn_flags, pub disp: im_dispatch_fn, pub argc: c_int, pub argv: *mut im_arg_desc, }
Fields
name: *mut c_char
desc: *mut c_char
flags: im_fn_flags
disp: im_dispatch_fn
argc: c_int
argv: *mut im_arg_desc
Trait Implementations
impl Debug for im_function
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for im_function
[src]
impl Clone for im_function
[src]
fn clone(&self) -> im_function
[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