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]

[src]

Formats the value using the given formatter. Read more

impl Copy for _GError
[src]

impl Clone for _GError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more