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

Trait Implementations

impl Debug for im_function
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for im_function
[src]

impl Clone for im_function
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more