Struct vips_sys::_GError[][src]

#[repr(C)]
pub struct _GError { pub domain: GQuark, pub code: gint, pub message: *mut gchar, }

Fields

Trait Implementations

impl Debug for _GError
[src]

Formats the value using the given formatter. Read more

impl Copy for _GError
[src]

impl Clone for _GError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _GError

impl !Sync for _GError