Struct vips_sys::_GHashTableIter
[−]
[src]
#[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: gpointer
Trait Implementations
impl Debug for _GHashTableIter
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for _GHashTableIter
[src]
impl Clone for _GHashTableIter
[src]
fn clone(&self) -> _GHashTableIter
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more