pub enum AttributeName {
Cd,
P,
N,
Uv,
TangentU,
TangentV,
Scale,
Name,
User(CString),
}
Expand description
Common geometry attribute names
Variants§
Trait Implementations§
Source§impl Debug for AttributeName
impl Debug for AttributeName
Source§impl From<AttributeName> for CString
impl From<AttributeName> for CString
Source§fn from(name: AttributeName) -> Self
fn from(name: AttributeName) -> Self
Converts to this type from the input type.
Source§impl TryFrom<&CStr> for AttributeName
impl TryFrom<&CStr> for AttributeName
Source§impl TryFrom<&str> for AttributeName
impl TryFrom<&str> for AttributeName
Auto Trait Implementations§
impl Freeze for AttributeName
impl RefUnwindSafe for AttributeName
impl Send for AttributeName
impl Sync for AttributeName
impl Unpin for AttributeName
impl UnwindSafe for AttributeName
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