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