#[repr(u8)]pub enum DyingLightEffectVariant {
Dyinglightfadeoff = 0,
}Variants§
Dyinglightfadeoff = 0
20% dim up in 0.5s then fade to off in 1 second
Implementations§
Trait Implementations§
Source§impl Clone for DyingLightEffectVariant
impl Clone for DyingLightEffectVariant
Source§fn clone(&self) -> DyingLightEffectVariant
fn clone(&self) -> DyingLightEffectVariant
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 DyingLightEffectVariant
impl Debug for DyingLightEffectVariant
Source§impl<'de> Deserialize<'de> for DyingLightEffectVariant
impl<'de> Deserialize<'de> for DyingLightEffectVariant
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<DyingLightEffectVariant> for u8
impl From<DyingLightEffectVariant> for u8
Source§fn from(val: DyingLightEffectVariant) -> Self
fn from(val: DyingLightEffectVariant) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DyingLightEffectVariant
impl PartialEq for DyingLightEffectVariant
Source§impl Serialize for DyingLightEffectVariant
impl Serialize for DyingLightEffectVariant
impl Copy for DyingLightEffectVariant
impl Eq for DyingLightEffectVariant
impl StructuralPartialEq for DyingLightEffectVariant
Auto Trait Implementations§
impl Freeze for DyingLightEffectVariant
impl RefUnwindSafe for DyingLightEffectVariant
impl Send for DyingLightEffectVariant
impl Sync for DyingLightEffectVariant
impl Unpin for DyingLightEffectVariant
impl UnwindSafe for DyingLightEffectVariant
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