Home
last modified time | relevance | path

Searched defs:KeyInternal (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/tokio-util/src/time/
Ddelay_queue.rs275 fn remap_key(&self, key: &Key) -> Option<KeyInternal> { in remap_key()
284 fn create_new_key(&mut self) -> KeyInternal { in create_new_key()
401 struct KeyInternal { struct
402 index: usize,
1267 impl KeyInternal { impl
1268 pub(crate) fn new(index: usize) -> KeyInternal { in new()
1273 impl From<Key> for KeyInternal { implementation