#[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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DirectionalLightShadowMode
impl Debug for DirectionalLightShadowMode
Source§impl Hash for DirectionalLightShadowMode
impl Hash for DirectionalLightShadowMode
impl Copy for DirectionalLightShadowMode
impl Eq for DirectionalLightShadowMode
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 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