pub type BackdropRenderKey = PrimKey<BackdropRender>;
Aliased Type§
struct BackdropRenderKey {
pub common: PrimKeyCommonData,
pub kind: BackdropRender,
}
Fields§
§common: PrimKeyCommonData
§kind: BackdropRender
Implementations
Source§impl PrimKey<BackdropRender>
impl PrimKey<BackdropRender>
pub fn new(info: &LayoutPrimitiveInfo, backdrop_render: BackdropRender) -> Self
Trait Implementations
Source§impl InternDebug for PrimKey<BackdropRender>
impl InternDebug for PrimKey<BackdropRender>
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.