Searched defs:KeyInternal (Results 1 – 1 of 1) sorted by relevance
273 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 { struct400 index: usize,1306 impl KeyInternal { impl1307 pub(crate) fn new(index: usize) -> KeyInternal { in new()1312 impl From<Key> for KeyInternal { implementation