Searched defs:BackshiftOnDrop (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/rust/alloc/vec/ |
D | mod.rs | 1716 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
|