#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl 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 UnsafeUnpin 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