#[repr(u32)]pub enum SpatialMaterialFeature {
Show 13 variants
Transparent = 0,
Emission = 1,
NormalMapping = 2,
Rim = 3,
Clearcoat = 4,
Anisotropy = 5,
AmbientOcclusion = 6,
DepthMapping = 7,
SubsuraceScattering = 8,
Transmission = 9,
Refraction = 10,
Detail = 11,
Max = 12,
}
Variants§
Transparent = 0
Emission = 1
NormalMapping = 2
Rim = 3
Clearcoat = 4
Anisotropy = 5
AmbientOcclusion = 6
DepthMapping = 7
SubsuraceScattering = 8
Transmission = 9
Refraction = 10
Detail = 11
Max = 12
Trait Implementations§
Source§impl Clone for SpatialMaterialFeature
impl Clone for SpatialMaterialFeature
Source§fn clone(&self) -> SpatialMaterialFeature
fn clone(&self) -> SpatialMaterialFeature
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 SpatialMaterialFeature
impl Debug for SpatialMaterialFeature
Source§impl Hash for SpatialMaterialFeature
impl Hash for SpatialMaterialFeature
Source§impl PartialEq for SpatialMaterialFeature
impl PartialEq for SpatialMaterialFeature
impl Copy for SpatialMaterialFeature
impl Eq for SpatialMaterialFeature
impl StructuralPartialEq for SpatialMaterialFeature
Auto Trait Implementations§
impl Freeze for SpatialMaterialFeature
impl RefUnwindSafe for SpatialMaterialFeature
impl Send for SpatialMaterialFeature
impl Sync for SpatialMaterialFeature
impl Unpin for SpatialMaterialFeature
impl UnwindSafe for SpatialMaterialFeature
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