Searched refs:BackshiftOnDrop (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/rust/alloc/vec/ |
H A D | mod.rs | 1716 struct BackshiftOnDrop<'a, T, A: Allocator> { in retain_mut() structure names 1723 impl<T, A: Allocator> Drop for BackshiftOnDrop<'_, T, A> { 1742 let mut g = BackshiftOnDrop { v: self, processed_len: 0, deleted_cnt: 0, original_len }; 1747 g: &mut BackshiftOnDrop<'_, T, A>, in process_loop()
|
Completed in 9 milliseconds