Type Alias GPrivate

Source
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 future: [*mut c_void; 2], }

Fields§

§p: *mut c_void§notify: Option<unsafe extern "C" fn(*mut c_void)>§future: [*mut c_void; 2]