#[repr(transparent)]pub struct CompositionDebugOverdrawContentKinds(pub u32);
Expand description
Required features: "UI_Composition_Diagnostics"
Tuple Fields
0: u32
Implementations
impl CompositionDebugOverdrawContentKinds
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)
Trait Implementations
impl Copy for CompositionDebugOverdrawContentKinds
Auto Trait Implementations
impl RefUnwindSafe for CompositionDebugOverdrawContentKinds
impl Send for CompositionDebugOverdrawContentKinds
impl Sync for CompositionDebugOverdrawContentKinds
impl Unpin for CompositionDebugOverdrawContentKinds
impl UnwindSafe for CompositionDebugOverdrawContentKinds
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more