pub enum STPresetMaterialType {
Show 15 variants
LegacyMatte,
LegacyPlastic,
LegacyMetal,
LegacyWireframe,
Matte,
Plastic,
Metal,
WarmMatte,
TranslucentPowder,
Powder,
DkEdge,
SoftEdge,
Clear,
Flat,
Softmetal,
}Variants§
LegacyMatte
LegacyPlastic
LegacyMetal
LegacyWireframe
Matte
Plastic
Metal
WarmMatte
TranslucentPowder
Powder
DkEdge
SoftEdge
Clear
Flat
Softmetal
Trait Implementations§
Source§impl Clone for STPresetMaterialType
impl Clone for STPresetMaterialType
Source§fn clone(&self) -> STPresetMaterialType
fn clone(&self) -> STPresetMaterialType
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 STPresetMaterialType
impl Debug for STPresetMaterialType
Source§impl<'de> Deserialize<'de> for STPresetMaterialType
impl<'de> Deserialize<'de> for STPresetMaterialType
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 STPresetMaterialType
impl Display for STPresetMaterialType
Source§impl FromStr for STPresetMaterialType
impl FromStr for STPresetMaterialType
Source§impl PartialEq for STPresetMaterialType
impl PartialEq for STPresetMaterialType
Source§impl Serialize for STPresetMaterialType
impl Serialize for STPresetMaterialType
impl Copy for STPresetMaterialType
impl Eq for STPresetMaterialType
impl StructuralPartialEq for STPresetMaterialType
Auto Trait Implementations§
impl Freeze for STPresetMaterialType
impl RefUnwindSafe for STPresetMaterialType
impl Send for STPresetMaterialType
impl Sync for STPresetMaterialType
impl Unpin for STPresetMaterialType
impl UnsafeUnpin for STPresetMaterialType
impl UnwindSafe for STPresetMaterialType
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