Searched defs:PruningInfo (Results 1 – 1 of 1) sorted by relevance
203 struct PruningInfo { struct204 last_usage: Instant,205 owner: u32,206 index: usize,207 forced: bool,235 fn get_pruning_info(&self) -> Option<PruningInfo> { in get_pruning_info()