Struct frida_sys::_GIconIface
source · #[repr(C)]pub struct _GIconIface {
pub g_iface: GTypeInterface,
pub hash: Option<unsafe extern "C" fn(icon: *mut GIcon) -> guint>,
pub equal: Option<unsafe extern "C" fn(icon1: *mut GIcon, icon2: *mut GIcon) -> gboolean>,
pub to_tokens: Option<unsafe extern "C" fn(icon: *mut GIcon, tokens: *mut GPtrArray, out_version: *mut gint) -> gboolean>,
pub from_tokens: Option<unsafe extern "C" fn(tokens: *mut *mut gchar, num_tokens: gint, version: gint, error: *mut *mut GError) -> *mut GIcon>,
pub serialize: Option<unsafe extern "C" fn(icon: *mut GIcon) -> *mut GVariant>,
}Fields§
§g_iface: GTypeInterface§hash: Option<unsafe extern "C" fn(icon: *mut GIcon) -> guint>§equal: Option<unsafe extern "C" fn(icon1: *mut GIcon, icon2: *mut GIcon) -> gboolean>§to_tokens: Option<unsafe extern "C" fn(icon: *mut GIcon, tokens: *mut GPtrArray, out_version: *mut gint) -> gboolean>§from_tokens: Option<unsafe extern "C" fn(tokens: *mut *mut gchar, num_tokens: gint, version: gint, error: *mut *mut GError) -> *mut GIcon>§serialize: Option<unsafe extern "C" fn(icon: *mut GIcon) -> *mut GVariant>Trait Implementations§
source§impl Clone for _GIconIface
impl Clone for _GIconIface
source§fn clone(&self) -> _GIconIface
fn clone(&self) -> _GIconIface
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more