pub struct TextureParam(pub i64);Tuple Fields§
§0: i64Implementations§
Source§impl TextureParam
impl TextureParam
pub const ALBEDO: TextureParam
pub const METALLIC: TextureParam
pub const ROUGHNESS: TextureParam
pub const EMISSION: TextureParam
pub const NORMAL: TextureParam
pub const RIM: TextureParam
pub const CLEARCOAT: TextureParam
pub const FLOWMAP: TextureParam
pub const AMBIENT_OCCLUSION: TextureParam
pub const DEPTH: TextureParam
pub const SUBSURFACE_SCATTERING: TextureParam
pub const TRANSMISSION: TextureParam
pub const REFRACTION: TextureParam
pub const DETAIL_MASK: TextureParam
pub const DETAIL_ALBEDO: TextureParam
pub const DETAIL_NORMAL: TextureParam
pub const MAX: TextureParam
Trait Implementations§
Source§impl Clone for TextureParam
impl Clone for TextureParam
Source§fn clone(&self) -> TextureParam
fn clone(&self) -> TextureParam
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 TextureParam
impl Debug for TextureParam
Source§impl From<TextureParam> for i64
impl From<TextureParam> for i64
Source§fn from(v: TextureParam) -> Self
fn from(v: TextureParam) -> Self
Converts to this type from the input type.
Source§impl From<i64> for TextureParam
impl From<i64> for TextureParam
Source§impl FromVariant for TextureParam
impl FromVariant for TextureParam
fn from_variant(v: &Variant) -> Result<Self, FromVariantError>
Source§impl Hash for TextureParam
impl Hash for TextureParam
Source§impl Ord for TextureParam
impl Ord for TextureParam
Source§fn cmp(&self, other: &TextureParam) -> Ordering
fn cmp(&self, other: &TextureParam) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TextureParam
impl PartialEq for TextureParam
Source§impl PartialOrd for TextureParam
impl PartialOrd for TextureParam
impl Copy for TextureParam
impl Eq for TextureParam
impl StructuralPartialEq for TextureParam
Auto Trait Implementations§
impl Freeze for TextureParam
impl RefUnwindSafe for TextureParam
impl Send for TextureParam
impl Sync for TextureParam
impl Unpin for TextureParam
impl UnwindSafe for TextureParam
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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.