Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/tokio-util/src/time/
Ddelay_queue.rs273 fn remap_key(&self, key: &Key) -> Option<KeyInternal> { in remap_key()
282 fn create_new_key(&mut self) -> KeyInternal { in create_new_key()
399 struct KeyInternal { struct
400 index: usize,
1306 impl KeyInternal { impl
1307 pub(crate) fn new(index: usize) -> KeyInternal { in new()
1312 impl From<Key> for KeyInternal { implementation