#[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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GHashTableIter
Auto Trait Implementations§
impl !Send for GHashTableIter
impl !Sync for GHashTableIter
impl Freeze for GHashTableIter
impl RefUnwindSafe for GHashTableIter
impl Unpin for GHashTableIter
impl UnsafeUnpin for GHashTableIter
impl UnwindSafe for GHashTableIter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more