pub type RadialGradientDataHandle = Handle<RadialGradient>;
Aliased Type§
struct RadialGradientDataHandle {
index: u32,
epoch: Epoch,
_marker: PhantomData<RadialGradient>,
}
Fields§
§index: u32
§epoch: Epoch
§_marker: PhantomData<RadialGradient>
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.