pub type GClosure = _GClosure;Aliased Type§
#[repr(C)]pub 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