Home
last modified time | relevance | path

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

/Linux-v6.1/rust/alloc/
Dslice.rs923 let mut hole = InsertionHole { src: &*tmp, dest: &mut v[1] }; in insert_head()
938 struct InsertionHole<T> { in insert_head() struct
943 impl<T> Drop for InsertionHole<T> { in insert_head() implementation