Struct vips_sys::im_type_desc [] [src]

#[repr(C)]
pub struct im_type_desc { pub type_: im_arg_type, pub size: c_int, pub flags: im_type_flags, pub init: im_init_obj_fn, pub dest: im_dest_obj_fn, }

Fields

Trait Implementations

impl Debug for im_type_desc
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for im_type_desc
[src]

impl Clone for im_type_desc
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more