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