Struct vips_sys::im_function [−][src]
#[repr(C)]pub struct im_function { pub name: *mut c_char, pub desc: *mut c_char, pub flags: im_fn_flags, pub disp: im_dispatch_fn, pub argc: c_int, pub argv: *mut im_arg_desc, }
Fields
name: *mut c_char
desc: *mut c_char
flags: im_fn_flags
disp: im_dispatch_fn
argc: c_int
argv: *mut im_arg_desc
Trait Implementations
impl Debug for im_function
[src]
impl Debug for im_function
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for im_function
[src]
impl Copy for im_function
impl Clone for im_function
[src]
impl Clone for im_function
fn clone(&self) -> im_function
[src]
fn clone(&self) -> im_function
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl !Send for im_function
impl !Send for im_function
impl !Sync for im_function
impl !Sync for im_function