Searched defs:Index (Results 1 – 2 of 2) sorted by relevance
56 struct Index { struct57 tid: thread::ThreadId,58 id: &'static str,214 fn disarm(&mut self, index: Index) { in disarm()243 fn arm(&mut self, index: Index, record: Record) { in arm()
52 enum Index { enum