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