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: GTypeInterfacehash: 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
sourceimpl Clone for _GIconIface
impl Clone for _GIconIface
sourcefn clone(&self) -> _GIconIface
fn clone(&self) -> _GIconIface
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for _GIconIface
impl Debug for _GIconIface
impl Copy for _GIconIface
Auto Trait Implementations
impl RefUnwindSafe for _GIconIface
impl Send for _GIconIface
impl Sync for _GIconIface
impl Unpin for _GIconIface
impl UnwindSafe for _GIconIface
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more