#[repr(i32)]pub enum LayerSlotType {
DiffuseMap = 0,
NormalMap = 1,
ORMMap = 2,
EmissiveMap = 3,
TeamColor = 4,
EnvironmentMap = 5,
Unknown = 6,
}Variants§
DiffuseMap = 0
NormalMap = 1
ORMMap = 2
EmissiveMap = 3
TeamColor = 4
EnvironmentMap = 5
Unknown = 6
Trait Implementations§
Source§impl Clone for LayerSlotType
impl Clone for LayerSlotType
Source§fn clone(&self) -> LayerSlotType
fn clone(&self) -> LayerSlotType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LayerSlotType
Source§impl Debug for LayerSlotType
impl Debug for LayerSlotType
impl Eq for LayerSlotType
Source§impl Hash for LayerSlotType
impl Hash for LayerSlotType
Source§impl PartialEq for LayerSlotType
impl PartialEq for LayerSlotType
impl StructuralPartialEq for LayerSlotType
Auto Trait Implementations§
impl Freeze for LayerSlotType
impl RefUnwindSafe for LayerSlotType
impl Send for LayerSlotType
impl Sync for LayerSlotType
impl Unpin for LayerSlotType
impl UnsafeUnpin for LayerSlotType
impl UnwindSafe for LayerSlotType
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