Enum hapi_rs::geometry::AttributeTypeInfo
source · #[repr(i32)]
#[non_exhaustive]
pub enum AttributeTypeInfo {
Show 16 variants
Invalid,
None,
Point,
Hpoint,
Vector,
Normal,
Color,
Quaternion,
Matrix3,
Matrix,
St,
Hidden,
Box2,
Box,
Texture,
Max,
}
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Invalid
None
Point
Hpoint
Vector
Normal
Color
Quaternion
Matrix3
Matrix
St
Hidden
Box2
Box
Texture
Max
Trait Implementations§
source§impl Clone for AttributeTypeInfo
impl Clone for AttributeTypeInfo
source§fn clone(&self) -> AttributeTypeInfo
fn clone(&self) -> AttributeTypeInfo
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 AttributeTypeInfo
impl Debug for AttributeTypeInfo
source§impl Hash for AttributeTypeInfo
impl Hash for AttributeTypeInfo
source§impl PartialEq<AttributeTypeInfo> for AttributeTypeInfo
impl PartialEq<AttributeTypeInfo> for AttributeTypeInfo
source§fn eq(&self, other: &AttributeTypeInfo) -> bool
fn eq(&self, other: &AttributeTypeInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.