pub enum STPresetShadowVal {
Show 20 variants
Shdw1,
Shdw2,
Shdw3,
Shdw4,
Shdw5,
Shdw6,
Shdw7,
Shdw8,
Shdw9,
Shdw10,
Shdw11,
Shdw12,
Shdw13,
Shdw14,
Shdw15,
Shdw16,
Shdw17,
Shdw18,
Shdw19,
Shdw20,
}Variants§
Shdw1
Shdw2
Shdw3
Shdw4
Shdw5
Shdw6
Shdw7
Shdw8
Shdw9
Shdw10
Shdw11
Shdw12
Shdw13
Shdw14
Shdw15
Shdw16
Shdw17
Shdw18
Shdw19
Shdw20
Trait Implementations§
Source§impl Clone for STPresetShadowVal
impl Clone for STPresetShadowVal
Source§fn clone(&self) -> STPresetShadowVal
fn clone(&self) -> STPresetShadowVal
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 STPresetShadowVal
impl Debug for STPresetShadowVal
Source§impl<'de> Deserialize<'de> for STPresetShadowVal
impl<'de> Deserialize<'de> for STPresetShadowVal
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 STPresetShadowVal
impl Display for STPresetShadowVal
Source§impl FromStr for STPresetShadowVal
impl FromStr for STPresetShadowVal
Source§impl PartialEq for STPresetShadowVal
impl PartialEq for STPresetShadowVal
Source§impl Serialize for STPresetShadowVal
impl Serialize for STPresetShadowVal
impl Copy for STPresetShadowVal
impl Eq for STPresetShadowVal
impl StructuralPartialEq for STPresetShadowVal
Auto Trait Implementations§
impl Freeze for STPresetShadowVal
impl RefUnwindSafe for STPresetShadowVal
impl Send for STPresetShadowVal
impl Sync for STPresetShadowVal
impl Unpin for STPresetShadowVal
impl UnsafeUnpin for STPresetShadowVal
impl UnwindSafe for STPresetShadowVal
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