Struct phper_sys::_HashTableIterator
source · [−]#[repr(C)]pub struct _HashTableIterator {
pub ht: *mut HashTable,
pub pos: HashPosition,
}
Fields
ht: *mut HashTable
pos: HashPosition
Trait Implementations
sourceimpl Clone for _HashTableIterator
impl Clone for _HashTableIterator
sourcefn clone(&self) -> _HashTableIterator
fn clone(&self) -> _HashTableIterator
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for _HashTableIterator
impl Debug for _HashTableIterator
impl Copy for _HashTableIterator
Auto Trait Implementations
impl RefUnwindSafe for _HashTableIterator
impl !Send for _HashTableIterator
impl !Sync for _HashTableIterator
impl Unpin for _HashTableIterator
impl UnwindSafe for _HashTableIterator
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more