Struct vips_sys::exception
[−]
[src]
#[repr(C)]pub struct exception { pub type_: c_int, pub name: *mut c_char, pub arg1: f64, pub arg2: f64, pub retval: f64, }
Fields
type_: c_int
name: *mut c_char
arg1: f64
arg2: f64
retval: f64
Trait Implementations
impl Debug for exception
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more