Struct vips_sys::im_imagevec_object[][src]

#[repr(C)]
pub struct im_imagevec_object { pub n: c_int, pub vec: *mut *mut VipsImage, }

Fields

Trait Implementations

impl Debug for im_imagevec_object
[src]

Formats the value using the given formatter. Read more

impl Copy for im_imagevec_object
[src]

impl Clone for im_imagevec_object
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for im_imagevec_object

impl !Sync for im_imagevec_object