pub type GPrivate = _GPrivate;Aliased Type§
#[repr(C)]pub struct GPrivate {
pub p: *mut c_void,
pub notify: Option<unsafe extern "C" fn(*mut c_void)>,
pub flags: u32,
pub future: [*mut c_void; 1],
}Fields§
§p: *mut c_void§notify: Option<unsafe extern "C" fn(*mut c_void)>§flags: u32§future: [*mut c_void; 1]