Home
last modified time | relevance | path

Searched defs:InsertionHole (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/rust/alloc/
A Dslice.rs938 struct InsertionHole<T> { in insert_head() struct
939 src: *const T, in insert_head()
940 dest: *mut T, in insert_head()
943 impl<T> Drop for InsertionHole<T> { in insert_head() implementation

Completed in 8 milliseconds