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