Home
last modified time | relevance | path

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

/linux-6.8/rust/alloc/vec/
Dmod.rs1895 struct FillGapOnDrop<'a, T, A: core::alloc::Allocator> { in dedup_by() struct
1897 read: usize, in dedup_by()
1901 write: usize, in dedup_by()
1904 vec: &'a mut Vec<T, A>, in dedup_by()
1907 impl<'a, T, A: core::alloc::Allocator> Drop for FillGapOnDrop<'a, T, A> { in dedup_by() implementation