pub enum STLightRigType {
Show 27 variants
LegacyFlat1,
LegacyFlat2,
LegacyFlat3,
LegacyFlat4,
LegacyNormal1,
LegacyNormal2,
LegacyNormal3,
LegacyNormal4,
LegacyHarsh1,
LegacyHarsh2,
LegacyHarsh3,
LegacyHarsh4,
ThreePt,
Balanced,
Soft,
Harsh,
Flood,
Contrasting,
Morning,
Sunrise,
Sunset,
Chilly,
Freezing,
Flat,
TwoPt,
Glow,
BrightRoom,
}Variants§
LegacyFlat1
LegacyFlat2
LegacyFlat3
LegacyFlat4
LegacyNormal1
LegacyNormal2
LegacyNormal3
LegacyNormal4
LegacyHarsh1
LegacyHarsh2
LegacyHarsh3
LegacyHarsh4
ThreePt
Balanced
Soft
Harsh
Flood
Contrasting
Morning
Sunrise
Sunset
Chilly
Freezing
Flat
TwoPt
Glow
BrightRoom
Trait Implementations§
Source§impl Clone for STLightRigType
impl Clone for STLightRigType
Source§fn clone(&self) -> STLightRigType
fn clone(&self) -> STLightRigType
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 STLightRigType
impl Debug for STLightRigType
Source§impl<'de> Deserialize<'de> for STLightRigType
impl<'de> Deserialize<'de> for STLightRigType
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 Display for STLightRigType
impl Display for STLightRigType
Source§impl FromStr for STLightRigType
impl FromStr for STLightRigType
Source§impl PartialEq for STLightRigType
impl PartialEq for STLightRigType
Source§impl Serialize for STLightRigType
impl Serialize for STLightRigType
impl Copy for STLightRigType
impl Eq for STLightRigType
impl StructuralPartialEq for STLightRigType
Auto Trait Implementations§
impl Freeze for STLightRigType
impl RefUnwindSafe for STLightRigType
impl Send for STLightRigType
impl Sync for STLightRigType
impl Unpin for STLightRigType
impl UnsafeUnpin for STLightRigType
impl UnwindSafe for STLightRigType
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