pub enum LightDecay {
None,
Linear,
Quadratic,
Cubic,
}Variants§
Trait Implementations§
Source§impl Clone for LightDecay
impl Clone for LightDecay
Source§fn clone(&self) -> LightDecay
fn clone(&self) -> LightDecay
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 LightDecay
impl Debug for LightDecay
Source§impl PartialEq for LightDecay
impl PartialEq for LightDecay
impl Copy for LightDecay
impl Eq for LightDecay
impl StructuralPartialEq for LightDecay
Auto Trait Implementations§
impl Freeze for LightDecay
impl RefUnwindSafe for LightDecay
impl Send for LightDecay
impl Sync for LightDecay
impl Unpin for LightDecay
impl UnsafeUnpin for LightDecay
impl UnwindSafe for LightDecay
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