Struct gltf_json::accessor::IndexComponentType [−][src]
pub struct IndexComponentType(pub ComponentType);
Expand description
The data type of an index.
Tuple Fields
0: ComponentType
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for IndexComponentType
impl Send for IndexComponentType
impl Sync for IndexComponentType
impl Unpin for IndexComponentType
impl UnwindSafe for IndexComponentType
Blanket Implementations
Mutably borrows from an owned value. Read more