Struct glib_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: gpointerdummy2: gpointerdummy3: gpointerdummy4: c_intdummy5: gbooleandummy6: gpointerTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GHashTableIterimpl !Send for GHashTableIterimpl !Sync for GHashTableIterimpl Unpin for GHashTableIterimpl UnwindSafe for GHashTableIterBlanket Implementations
Mutably borrows from an owned value. Read more