Struct vips_sys::im_arg_desc [] [src]

#[repr(C)]
pub struct im_arg_desc { pub name: *mut c_char, pub desc: *mut im_type_desc, pub print: im_print_obj_fn, }

Fields

Trait Implementations

impl Debug for im_arg_desc
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for im_arg_desc
[src]

impl Clone for im_arg_desc
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more