Struct gio_sys::GMenuAttributeIter
source · #[repr(C)]pub struct GMenuAttributeIter {
pub parent_instance: GObject,
pub priv_: *mut GMenuAttributeIterPrivate,
}
Fields§
§parent_instance: GObject
§priv_: *mut GMenuAttributeIterPrivate
Trait 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