Struct vips_sys::im_package[][src]

#[repr(C)]
pub struct im_package { pub name: *mut c_char, pub nfuncs: c_int, pub table: *mut *mut im_function, }

Fields

Trait Implementations

impl Debug for im_package
[src]

Formats the value using the given formatter. Read more

impl Copy for im_package
[src]

impl Clone for im_package
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for im_package

impl !Sync for im_package