Searched defs:KeyInternal (Results 1 – 1 of 1) sorted by relevance
275 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 { struct402 index: usize,1267 impl KeyInternal { impl1268 pub(crate) fn new(index: usize) -> KeyInternal { in new()1273 impl From<Key> for KeyInternal { implementation