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]

Formats the value using the given formatter. Read more

impl Copy for im_type_desc
[src]

impl Clone for im_type_desc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for im_type_desc

impl !Sync for im_type_desc