Enum lotus_utils_texture::TextureKind
source · pub enum TextureKind {
DiffuseEmissionTint = 163,
BillboardSpritemapDiffuse = 164,
BillboardSpritemapNormal = 165,
Roughness = 167,
Skybox = 171,
Texture174 = 174,
Texture176 = 176,
Cubemap = 177,
NormalMap = 184,
Packmap = 188,
Texture194 = 194,
DetailsPack = 195,
}Variants§
DiffuseEmissionTint = 163
BillboardSpritemapDiffuse = 164
BillboardSpritemapNormal = 165
Roughness = 167
Skybox = 171
Texture174 = 174
Texture176 = 176
Cubemap = 177
NormalMap = 184
Packmap = 188
Texture194 = 194
DetailsPack = 195
Trait Implementations§
source§impl Clone for TextureKind
impl Clone for TextureKind
source§fn clone(&self) -> TextureKind
fn clone(&self) -> TextureKind
Returns a copy 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 TextureKind
impl Debug for TextureKind
source§impl PartialEq for TextureKind
impl PartialEq for TextureKind
source§fn eq(&self, other: &TextureKind) -> bool
fn eq(&self, other: &TextureKind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl TryFrom<u32> for TextureKind
impl TryFrom<u32> for TextureKind
impl Copy for TextureKind
impl Eq for TextureKind
impl StructuralPartialEq for TextureKind
Auto Trait Implementations§
impl Freeze for TextureKind
impl RefUnwindSafe for TextureKind
impl Send for TextureKind
impl Sync for TextureKind
impl Unpin for TextureKind
impl UnwindSafe for TextureKind
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