pub enum TextureMap {
AO,
ARM,
Bump,
Diffuse,
Displacement,
Metal,
NorGL,
Rough,
Spec,
Unparsed(String),
}Variants§
Trait Implementations§
Source§impl Debug for TextureMap
impl Debug for TextureMap
Source§impl FromStr for TextureMap
impl FromStr for TextureMap
Source§impl Hash for TextureMap
impl Hash for TextureMap
Source§impl PartialEq for TextureMap
impl PartialEq for TextureMap
impl Eq for TextureMap
impl StructuralPartialEq for TextureMap
Auto Trait Implementations§
impl Freeze for TextureMap
impl RefUnwindSafe for TextureMap
impl Send for TextureMap
impl Sync for TextureMap
impl Unpin for TextureMap
impl UnwindSafe for TextureMap
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.