pub type YuvImageDataHandle = Handle<YuvImage>;
Aliased Type§
struct YuvImageDataHandle {
index: u32,
epoch: Epoch,
_marker: PhantomData<YuvImage>,
}
Fields§
§index: u32
§epoch: Epoch
§_marker: PhantomData<YuvImage>
Implementations
Trait Implementations
Source§impl<I> MallocSizeOf for Handle<I>where
I: MallocSizeOf,
impl<I> MallocSizeOf for Handle<I>where
I: 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.