pub type YuvImageTemplate = PrimTemplate<YuvImageData>;
Aliased Type§
struct YuvImageTemplate {
pub common: PrimTemplateCommonData,
pub kind: YuvImageData,
}
Fields§
§common: PrimTemplateCommonData
§kind: YuvImageData
Trait Implementations
Source§impl From<PrimKey<YuvImage>> for PrimTemplate<YuvImageData>
impl From<PrimKey<YuvImage>> for PrimTemplate<YuvImageData>
Source§impl<T> MallocSizeOf for PrimTemplate<T>where
T: MallocSizeOf,
impl<T> MallocSizeOf for PrimTemplate<T>where
T: 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.