Searched defs:KeyRef (Results 1 – 6 of 6) sorted by relevance
156 struct KeyRef { struct163 // Allow comparing Key to KeyRef to allow refs for entry lookup. argument
8 impl<K> HeapSizeOf for KeyRef<K> { implementation
53 struct KeyRef<K> { struct66 map: HashMap<KeyRef<K>, *mut Node<K, V>, S>, argument71 impl<K: Hash> Hash for KeyRef<K> { implementation77 impl<K: PartialEq> PartialEq for KeyRef<K> { implementation83 impl<K: Eq> Eq for KeyRef<K> {} implementation98 impl<K, Q: ?Sized> Borrow<Qey<Q>> for KeyRef<K> implementation
99 typedef otCryptoKeyRef KeyRef; typedef
526 typedef otMacKeyRef KeyRef; typedef
96 pub enum KeyRef<'a> { enum