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

Part of the program from which the error originated.

Identifier for the error that occurred.

Human-readable description of the problem.

Trait Implementations

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

impl Debug for GError
[src]

[src]

Formats the value using the given formatter.

impl Eq for GError
[src]

impl PartialEq for GError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.