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: gpointerdummy2: gpointerdummy3: gpointerdummy4: c_intdummy5: gbooleandummy6: gpointerTrait 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