Struct gexiv2_sys::GError
source · [−]Expand description
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 Copy for GError
impl Eq for GError
impl StructuralEq for GError
impl StructuralPartialEq for GError
Auto Trait Implementations
impl RefUnwindSafe for GError
impl !Send for GError
impl !Sync for GError
impl Unpin for GError
impl UnwindSafe for GError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more