Struct vips_sys::_GError
[−]
[src]
#[repr(C)]pub struct _GError { pub domain: GQuark, pub code: gint, pub message: *mut gchar, }
Fields
domain: GQuark
code: gint
message: *mut gchar
Trait Implementations
impl Debug for _GError
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more