Struct glib_sys::GHashTableIter 
source · #[repr(C)]pub struct GHashTableIter {
    pub dummy1: gpointer,
    pub dummy2: gpointer,
    pub dummy3: gpointer,
    pub dummy4: c_int,
    pub dummy5: gboolean,
    pub dummy6: gpointer,
}Fields§
§dummy1: gpointer§dummy2: gpointer§dummy3: gpointer§dummy4: c_int§dummy5: gboolean§dummy6: gpointerTrait Implementations§
source§impl Clone for GHashTableIter
 
impl Clone for GHashTableIter
source§fn clone(&self) -> GHashTableIter
 
fn clone(&self) -> GHashTableIter
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