pub type ImageKey = PrimKey<Image>;
Aliased Type§
struct ImageKey {
pub common: PrimKeyCommonData,
pub kind: Image,
}
Fields§
§common: PrimKeyCommonData
§kind: Image
Implementations
Trait Implementations
Source§impl InternDebug for PrimKey<Image>
impl InternDebug for PrimKey<Image>
fn on_interned(&self, _uid: ItemUid)
Source§impl<T> MallocSizeOf for PrimKey<T>where
T: MallocSizeOf + MallocSizeOf,
impl<T> MallocSizeOf for PrimKey<T>where
T: MallocSizeOf + MallocSizeOf,
Source§fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself.