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 Copy for GError
[src]

impl Clone for GError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GError

impl !Sync for GError