Type Alias frida_sys::GClosure

source ·
pub type GClosure = _GClosure;

Aliased Type§

struct GClosure {
    pub _bitfield_align_1: [u16; 0],
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
    pub marshal: Option<unsafe extern "C" fn(_: *mut _GClosure, _: *mut _GValue, _: u32, _: *const _GValue, _: *mut c_void, _: *mut c_void)>,
    pub data: *mut c_void,
    pub notifiers: *mut _GClosureNotifyData,
}

Fields§

§_bitfield_align_1: [u16; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>§marshal: Option<unsafe extern "C" fn(_: *mut _GClosure, _: *mut _GValue, _: u32, _: *const _GValue, _: *mut c_void, _: *mut c_void)>§data: *mut c_void§notifiers: *mut _GClosureNotifyData