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