Struct frida_sys::_GMenuLinkIterClass
source · #[repr(C)]pub struct _GMenuLinkIterClass {
pub parent_class: GObjectClass,
pub get_next: Option<unsafe extern "C" fn(iter: *mut GMenuLinkIter, out_link: *mut *const gchar, value: *mut *mut GMenuModel) -> gboolean>,
}Fields§
§parent_class: GObjectClass§get_next: Option<unsafe extern "C" fn(iter: *mut GMenuLinkIter, out_link: *mut *const gchar, value: *mut *mut GMenuModel) -> gboolean>Trait Implementations§
source§impl Clone for _GMenuLinkIterClass
impl Clone for _GMenuLinkIterClass
source§fn clone(&self) -> _GMenuLinkIterClass
fn clone(&self) -> _GMenuLinkIterClass
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