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]

Formats the value using the given formatter. Read more

impl Copy for im_arg_desc
[src]

impl Clone for im_arg_desc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for im_arg_desc

impl !Sync for im_arg_desc