pub enum LightRigValues {
Show 27 variants
Balanced,
BrightRoom,
Chilly,
Contrasting,
Flat,
Flood,
Freezing,
Glow,
Harsh,
LegacyFlat1,
LegacyFlat2,
LegacyFlat3,
LegacyFlat4,
LegacyHarsh1,
LegacyHarsh2,
LegacyHarsh3,
LegacyHarsh4,
LegacyNormal1,
LegacyNormal2,
LegacyNormal3,
LegacyNormal4,
Morning,
Soft,
Sunrise,
Sunset,
ThreePoints,
TwoPoints,
}Variants§
Balanced
BrightRoom
Chilly
Contrasting
Flat
Flood
Freezing
Glow
Harsh
LegacyFlat1
LegacyFlat2
LegacyFlat3
LegacyFlat4
LegacyHarsh1
LegacyHarsh2
LegacyHarsh3
LegacyHarsh4
LegacyNormal1
LegacyNormal2
LegacyNormal3
LegacyNormal4
Morning
Soft
Sunrise
Sunset
ThreePoints
TwoPoints
Trait Implementations§
Source§impl Clone for LightRigValues
impl Clone for LightRigValues
Source§fn clone(&self) -> LightRigValues
fn clone(&self) -> LightRigValues
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 LightRigValues
impl Debug for LightRigValues
Source§impl Default for LightRigValues
impl Default for LightRigValues
Source§impl EnumTrait for LightRigValues
impl EnumTrait for LightRigValues
fn get_value_string(&self) -> &str
Auto Trait Implementations§
impl Freeze for LightRigValues
impl RefUnwindSafe for LightRigValues
impl Send for LightRigValues
impl Sync for LightRigValues
impl Unpin for LightRigValues
impl UnwindSafe for LightRigValues
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