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
type_: im_arg_type
size: c_int
flags: im_type_flags
init: im_init_obj_fn
dest: im_dest_obj_fn
Trait Implementations
impl Debug for im_type_desc
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for im_type_desc
[src]
impl Clone for im_type_desc
[src]
fn clone(&self) -> im_type_desc
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more