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: gpointer
dummy2: gpointer
dummy3: gpointer
dummy4: c_int
dummy5: gboolean
dummy6: gpointer
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GHashTableIter
impl !Send for GHashTableIter
impl !Sync for GHashTableIter
impl Unpin for GHashTableIter
impl UnwindSafe for GHashTableIter
Blanket Implementations
Mutably borrows from an owned value. Read more