pub type YuvImageKey = PrimKey<YuvImage>;
Aliased Type§
struct YuvImageKey {
pub common: PrimKeyCommonData,
pub kind: YuvImage,
}
Fields§
§common: PrimKeyCommonData
§kind: YuvImage
Implementations
Trait Implementations
Source§impl InternDebug for PrimKey<YuvImage>
impl InternDebug for PrimKey<YuvImage>
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.