Struct frida_sys::_GMenuAttributeIter
source · #[repr(C)]pub struct _GMenuAttributeIter {
pub parent_instance: GObject,
pub priv_: *mut GMenuAttributeIterPrivate,
}Fields§
§parent_instance: GObject§priv_: *mut GMenuAttributeIterPrivateTrait Implementations§
source§impl Clone for _GMenuAttributeIter
impl Clone for _GMenuAttributeIter
source§fn clone(&self) -> _GMenuAttributeIter
fn clone(&self) -> _GMenuAttributeIter
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