#[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 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 Debug for OmniLightShadowMode
impl Debug for OmniLightShadowMode
Source§impl Hash for OmniLightShadowMode
impl Hash for OmniLightShadowMode
Source§impl PartialEq for OmniLightShadowMode
impl PartialEq for OmniLightShadowMode
impl Copy for OmniLightShadowMode
impl Eq for OmniLightShadowMode
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 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