#[repr(u32)]pub enum SpatialMaterialDepthDrawMode {
OpaqueOnly = 0,
Always = 1,
Disabled = 2,
AlphaOpaquePrepass = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for SpatialMaterialDepthDrawMode
impl Clone for SpatialMaterialDepthDrawMode
Source§fn clone(&self) -> SpatialMaterialDepthDrawMode
fn clone(&self) -> SpatialMaterialDepthDrawMode
Returns a duplicate 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 moreSource§impl Debug for SpatialMaterialDepthDrawMode
impl Debug for SpatialMaterialDepthDrawMode
Source§impl Hash for SpatialMaterialDepthDrawMode
impl Hash for SpatialMaterialDepthDrawMode
Source§impl PartialEq for SpatialMaterialDepthDrawMode
impl PartialEq for SpatialMaterialDepthDrawMode
Source§fn eq(&self, other: &SpatialMaterialDepthDrawMode) -> bool
fn eq(&self, other: &SpatialMaterialDepthDrawMode) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for SpatialMaterialDepthDrawMode
impl Eq for SpatialMaterialDepthDrawMode
impl StructuralPartialEq for SpatialMaterialDepthDrawMode
Auto Trait Implementations§
impl Freeze for SpatialMaterialDepthDrawMode
impl RefUnwindSafe for SpatialMaterialDepthDrawMode
impl Send for SpatialMaterialDepthDrawMode
impl Sync for SpatialMaterialDepthDrawMode
impl Unpin for SpatialMaterialDepthDrawMode
impl UnwindSafe for SpatialMaterialDepthDrawMode
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