Struct gexiv2_sys::GError
[−]
[src]
#[repr(C)]pub struct GError { pub domain: u32, pub code: c_int, pub message: *const c_char, }
Container for information about recoverable runtime errors.
Fields
domain: u32
Part of the program from which the error originated.
code: c_int
Identifier for the error that occurred.
message: *const c_char
Human-readable description of the problem.
Trait Implementations
impl Clone for GError[src]
fn clone(&self) -> GError[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more