pub enum ComponentTypeEnum {
I8,
U8,
I16,
U16,
U32,
F32,
}Expand description
glTF known data types of an accessor’s components.
Variants§
Trait Implementations§
Source§impl Clone for ComponentTypeEnum
impl Clone for ComponentTypeEnum
Source§fn clone(&self) -> ComponentTypeEnum
fn clone(&self) -> ComponentTypeEnum
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 ComponentTypeEnum
impl Debug for ComponentTypeEnum
Source§impl PartialEq for ComponentTypeEnum
impl PartialEq for ComponentTypeEnum
Source§fn eq(&self, other: &ComponentTypeEnum) -> bool
fn eq(&self, other: &ComponentTypeEnum) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ComponentTypeEnum
impl Eq for ComponentTypeEnum
impl StructuralPartialEq for ComponentTypeEnum
Auto Trait Implementations§
impl Freeze for ComponentTypeEnum
impl RefUnwindSafe for ComponentTypeEnum
impl Send for ComponentTypeEnum
impl Sync for ComponentTypeEnum
impl Unpin for ComponentTypeEnum
impl UnsafeUnpin for ComponentTypeEnum
impl UnwindSafe for ComponentTypeEnum
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