Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/vec/
H A Dmod.rs1716 struct BackshiftOnDrop<'a, T, A: Allocator> { in retain_mut() struct
1717 v: &'a mut Vec<T, A>, in retain_mut()
1718 processed_len: usize, in retain_mut()
1719 deleted_cnt: usize, in retain_mut()
1720 original_len: usize, in retain_mut()
1723 impl<T, A: Allocator> Drop for BackshiftOnDrop<'_, T, A> { in retain_mut() implementation