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]
impl Debug for exception
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 exception
[src]
impl Copy for exception
impl Clone for exception
[src]
impl Clone for exception