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