pub struct ddsrt_chh { /* private fields */ }Expand description
@brief The concurrent hopscotch hash table. @see ddsrt_chh_new @see ddsrt_chh_free
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ddsrt_chh
impl RefUnwindSafe for ddsrt_chh
impl Send for ddsrt_chh
impl Sync for ddsrt_chh
impl Unpin for ddsrt_chh
impl UnsafeUnpin for ddsrt_chh
impl UnwindSafe for ddsrt_chh
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