Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/vec/
H A Dmod.rs1842 struct FillGapOnDrop<'a, T, A: core::alloc::Allocator> { in dedup_by() struct
1854 impl<'a, T, A: core::alloc::Allocator> Drop for FillGapOnDrop<'a, T, A> { in dedup_by() implementation
1887 let mut gap = FillGapOnDrop { read: 1, write: 1, vec: self }; in dedup_by()