pub enum PresetMaterialTypeValues {
Show 15 variants
Clear,
DarkEdge,
Flat,
LegacyMatte,
LegacyMetal,
LegacyPlastic,
LegacyWireframe,
Matte,
Metal,
Plastic,
Powder,
SoftEdge,
SoftMetal,
TranslucentPowder,
WarmMatte,
}Variants§
Clear
DarkEdge
Flat
LegacyMatte
LegacyMetal
LegacyPlastic
LegacyWireframe
Matte
Metal
Plastic
Powder
SoftEdge
SoftMetal
TranslucentPowder
WarmMatte
Trait Implementations§
Source§impl Clone for PresetMaterialTypeValues
impl Clone for PresetMaterialTypeValues
Source§fn clone(&self) -> PresetMaterialTypeValues
fn clone(&self) -> PresetMaterialTypeValues
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 PresetMaterialTypeValues
impl Debug for PresetMaterialTypeValues
Source§impl Default for PresetMaterialTypeValues
impl Default for PresetMaterialTypeValues
Source§impl EnumTrait for PresetMaterialTypeValues
impl EnumTrait for PresetMaterialTypeValues
fn get_value_string(&self) -> &str
Auto Trait Implementations§
impl Freeze for PresetMaterialTypeValues
impl RefUnwindSafe for PresetMaterialTypeValues
impl Send for PresetMaterialTypeValues
impl Sync for PresetMaterialTypeValues
impl Unpin for PresetMaterialTypeValues
impl UnwindSafe for PresetMaterialTypeValues
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