#[repr(transparent)]pub struct CompositionDebugOverdrawContentKinds(pub u32);
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 BitAndAssign for CompositionDebugOverdrawContentKinds
impl BitAndAssign for CompositionDebugOverdrawContentKinds
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOrAssign for CompositionDebugOverdrawContentKinds
impl BitOrAssign for CompositionDebugOverdrawContentKinds
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for CompositionDebugOverdrawContentKinds
impl Clone for CompositionDebugOverdrawContentKinds
§fn clone(&self) -> CompositionDebugOverdrawContentKinds
fn clone(&self) -> CompositionDebugOverdrawContentKinds
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for CompositionDebugOverdrawContentKinds
impl Default for CompositionDebugOverdrawContentKinds
§fn default() -> CompositionDebugOverdrawContentKinds
fn default() -> CompositionDebugOverdrawContentKinds
Returns the “default value” for a type. Read more
§impl Not for CompositionDebugOverdrawContentKinds
impl Not for CompositionDebugOverdrawContentKinds
§impl PartialEq for CompositionDebugOverdrawContentKinds
impl PartialEq for CompositionDebugOverdrawContentKinds
§fn eq(&self, other: &CompositionDebugOverdrawContentKinds) -> bool
fn eq(&self, other: &CompositionDebugOverdrawContentKinds) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CompositionDebugOverdrawContentKinds
impl Eq for CompositionDebugOverdrawContentKinds
impl StructuralPartialEq for CompositionDebugOverdrawContentKinds
Auto Trait Implementations§
impl Freeze for CompositionDebugOverdrawContentKinds
impl RefUnwindSafe for CompositionDebugOverdrawContentKinds
impl Send for CompositionDebugOverdrawContentKinds
impl Sync for CompositionDebugOverdrawContentKinds
impl Unpin for CompositionDebugOverdrawContentKinds
impl UnwindSafe for CompositionDebugOverdrawContentKinds
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)