Type Alias panda_sys::GPrivate

source ·
pub type GPrivate = _GPrivate;

Aliased Type§

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]