Struct gltf_json::accessor::GenericComponentType [−][src]
pub struct GenericComponentType(pub ComponentType);
The data type of a generic vertex attribute.
Trait Implementations
impl Clone for GenericComponentType[src]
impl Clone for GenericComponentTypefn clone(&self) -> GenericComponentType[src]
fn clone(&self) -> GenericComponentTypeReturns 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 GenericComponentType[src]
impl Copy for GenericComponentTypeimpl Debug for GenericComponentType[src]
impl Debug for GenericComponentTypeAuto Trait Implementations
impl Send for GenericComponentType
impl Send for GenericComponentTypeimpl Sync for GenericComponentType
impl Sync for GenericComponentType