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