Struct gltf_json::accessor::IndexComponentType [−][src]
pub struct IndexComponentType(pub ComponentType);
The data type of an index.
Trait Implementations
impl Clone for IndexComponentType[src]
impl Clone for IndexComponentTypefn clone(&self) -> IndexComponentType[src]
fn clone(&self) -> IndexComponentTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for IndexComponentType[src]
impl Copy for IndexComponentTypeimpl Debug for IndexComponentType[src]
impl Debug for IndexComponentTypeAuto Trait Implementations
impl Send for IndexComponentType
impl Send for IndexComponentTypeimpl Sync for IndexComponentType
impl Sync for IndexComponentType