#[repr(u32)]pub enum ViewportShadowAtlasQuadrantSubdiv {
Disabled = 0,
ShadowAtlasQuadrantSubdiv1 = 1,
ShadowAtlasQuadrantSubdiv4 = 2,
ShadowAtlasQuadrantSubdiv16 = 3,
ShadowAtlasQuadrantSubdiv64 = 4,
ShadowAtlasQuadrantSubdiv256 = 5,
ShadowAtlasQuadrantSubdiv1024 = 6,
Max = 7,
}
Variants§
Disabled = 0
ShadowAtlasQuadrantSubdiv1 = 1
ShadowAtlasQuadrantSubdiv4 = 2
ShadowAtlasQuadrantSubdiv16 = 3
ShadowAtlasQuadrantSubdiv64 = 4
ShadowAtlasQuadrantSubdiv256 = 5
ShadowAtlasQuadrantSubdiv1024 = 6
Max = 7
Trait Implementations§
Source§impl Clone for ViewportShadowAtlasQuadrantSubdiv
impl Clone for ViewportShadowAtlasQuadrantSubdiv
Source§fn clone(&self) -> ViewportShadowAtlasQuadrantSubdiv
fn clone(&self) -> ViewportShadowAtlasQuadrantSubdiv
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 PartialEq for ViewportShadowAtlasQuadrantSubdiv
impl PartialEq for ViewportShadowAtlasQuadrantSubdiv
Source§fn eq(&self, other: &ViewportShadowAtlasQuadrantSubdiv) -> bool
fn eq(&self, other: &ViewportShadowAtlasQuadrantSubdiv) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for ViewportShadowAtlasQuadrantSubdiv
impl Eq for ViewportShadowAtlasQuadrantSubdiv
impl StructuralPartialEq for ViewportShadowAtlasQuadrantSubdiv
Auto Trait Implementations§
impl Freeze for ViewportShadowAtlasQuadrantSubdiv
impl RefUnwindSafe for ViewportShadowAtlasQuadrantSubdiv
impl Send for ViewportShadowAtlasQuadrantSubdiv
impl Sync for ViewportShadowAtlasQuadrantSubdiv
impl Unpin for ViewportShadowAtlasQuadrantSubdiv
impl UnwindSafe for ViewportShadowAtlasQuadrantSubdiv
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