Struct glib_sys::GError [] [src]

#[repr(C)]
pub struct GError { pub domain: GQuark, pub code: c_int, pub message: *mut c_char, }

Fields

Trait Implementations

impl Debug for GError
[src]

[src]

Formats the value using the given formatter.