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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GError
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GError

impl !Sync for GError