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