#[repr(C)]pub struct _GError {
pub domain: u32,
pub code: i32,
pub message: *mut i8,
}Fields§
§domain: u32§code: i32§message: *mut i8Trait Implementations§
Auto Trait Implementations§
impl Freeze for _GError
impl RefUnwindSafe for _GError
impl !Send for _GError
impl !Sync for _GError
impl Unpin for _GError
impl UnwindSafe for _GError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more