pub type GTypeValueTable = _GTypeValueTable;

Aliased Type§

struct GTypeValueTable {
    pub value_init: Option<unsafe extern "C" fn(_: *mut _GValue)>,
    pub value_free: Option<unsafe extern "C" fn(_: *mut _GValue)>,
    pub value_copy: Option<unsafe extern "C" fn(_: *const _GValue, _: *mut _GValue)>,
    pub value_peek_pointer: Option<unsafe extern "C" fn(_: *const _GValue) -> *mut c_void>,
    pub collect_format: *const i8,
    pub collect_value: Option<unsafe extern "C" fn(_: *mut _GValue, _: u32, _: *mut _GTypeCValue, _: u32) -> *mut i8>,
    pub lcopy_format: *const i8,
    pub lcopy_value: Option<unsafe extern "C" fn(_: *const _GValue, _: u32, _: *mut _GTypeCValue, _: u32) -> *mut i8>,
}

Fields§

§value_init: Option<unsafe extern "C" fn(_: *mut _GValue)>§value_free: Option<unsafe extern "C" fn(_: *mut _GValue)>§value_copy: Option<unsafe extern "C" fn(_: *const _GValue, _: *mut _GValue)>§value_peek_pointer: Option<unsafe extern "C" fn(_: *const _GValue) -> *mut c_void>§collect_format: *const i8§collect_value: Option<unsafe extern "C" fn(_: *mut _GValue, _: u32, _: *mut _GTypeCValue, _: u32) -> *mut i8>§lcopy_format: *const i8§lcopy_value: Option<unsafe extern "C" fn(_: *const _GValue, _: u32, _: *mut _GTypeCValue, _: u32) -> *mut i8>