Searched defs:PruningInfo (Results 1 – 1 of 1) sorted by relevance
207 struct PruningInfo { struct208 last_usage: Instant,209 owner: u32,210 index: usize,211 forced: bool,239 fn get_pruning_info(&self) -> Option<PruningInfo> { in get_pruning_info()