pub enum ElementTypeEnum {
Scalar,
Vec2,
Vec3,
Vec4,
Mat2,
Mat3,
Mat4,
}Expand description
glTF known data types of an accessor’s elements.
Variants§
Trait Implementations§
Source§impl Clone for ElementTypeEnum
impl Clone for ElementTypeEnum
Source§fn clone(&self) -> ElementTypeEnum
fn clone(&self) -> ElementTypeEnum
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ElementTypeEnum
impl Debug for ElementTypeEnum
Source§impl PartialEq for ElementTypeEnum
impl PartialEq for ElementTypeEnum
Source§fn eq(&self, other: &ElementTypeEnum) -> bool
fn eq(&self, other: &ElementTypeEnum) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ElementTypeEnum
impl Eq for ElementTypeEnum
impl StructuralPartialEq for ElementTypeEnum
Auto Trait Implementations§
impl Freeze for ElementTypeEnum
impl RefUnwindSafe for ElementTypeEnum
impl Send for ElementTypeEnum
impl Sync for ElementTypeEnum
impl Unpin for ElementTypeEnum
impl UnsafeUnpin for ElementTypeEnum
impl UnwindSafe for ElementTypeEnum
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