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