#[repr(C)]pub struct _gpointer {
pub gp_un: _gpointer__bindgen_ty_1,
pub gp_valid: c_int,
pub gp_stub: *mut t_gstub,
}Fields§
§gp_un: _gpointer__bindgen_ty_1§gp_valid: c_int§gp_stub: *mut t_gstubTrait Implementations§
Auto Trait Implementations§
impl Freeze for _gpointer
impl RefUnwindSafe for _gpointer
impl !Send for _gpointer
impl !Sync for _gpointer
impl Unpin for _gpointer
impl UnwindSafe for _gpointer
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