Searched defs:InsertionHole (Results 1 – 3 of 3) sorted by relevance
97 struct InsertionHole<T> { in insert_head() struct98 src: *const T, in insert_head()99 dest: *mut T, in insert_head()102 impl<T> Drop for InsertionHole<T> { in insert_head() implementation
17 struct InsertionHole<T> { struct22 impl<T> Drop for InsertionHole<T> { argument