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
name: *mut c_char
nfuncs: c_int
table: *mut *mut im_function
Trait Implementations
impl Debug for im_package
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for im_package
[src]
impl Clone for im_package
[src]
fn clone(&self) -> im_package
[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