#[repr(C)]pub struct HashTableIterator {
pub node: *mut cds_lfht_node,
pub next: *mut cds_lfht_node,
}Fields§
§node: *mut cds_lfht_node§next: *mut cds_lfht_nodeTrait Implementations§
source§impl Clone for cds_lfht_iter
impl Clone for cds_lfht_iter
source§fn clone(&self) -> cds_lfht_iter
fn clone(&self) -> cds_lfht_iter
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for cds_lfht_iter
impl Debug for cds_lfht_iter
source§impl Default for cds_lfht_iter
impl Default for cds_lfht_iter
impl Copy for cds_lfht_iter
Auto Trait Implementations§
impl Freeze for cds_lfht_iter
impl RefUnwindSafe for cds_lfht_iter
impl !Send for cds_lfht_iter
impl !Sync for cds_lfht_iter
impl Unpin for cds_lfht_iter
impl UnwindSafe for cds_lfht_iter
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)