#[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
pub const OffscreenRendered: Self
pub const Colors: Self
pub const Effects: Self
pub const Shadows: Self
pub const Lights: Self
pub const Surfaces: Self
pub const SwapChains: Self
pub const All: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more