pub type CompositionDebugHeatMaps = *mut ::core::ffi::c_void;
#[doc = "*Required features: `\"UI_Composition_Diagnostics\"`*"]
#[repr(transparent)]
pub struct CompositionDebugOverdrawContentKinds(pub u32);
impl CompositionDebugOverdrawContentKinds {
pub const None: Self = Self(0u32);
pub const OffscreenRendered: Self = Self(1u32);
pub const Colors: Self = Self(2u32);
pub const Effects: Self = Self(4u32);
pub const Shadows: Self = Self(8u32);
pub const Lights: Self = Self(16u32);
pub const Surfaces: Self = Self(32u32);
pub const SwapChains: Self = Self(64u32);
pub const All: Self = Self(4294967295u32);
}
impl ::core::marker::Copy for CompositionDebugOverdrawContentKinds {}
impl ::core::clone::Clone for CompositionDebugOverdrawContentKinds {
fn clone(&self) -> Self {
*self
}
}
pub type CompositionDebugSettings = *mut ::core::ffi::c_void;