Struct gltf_json::accessor::GenericComponentType [−][src]
pub struct GenericComponentType(pub ComponentType);
Expand description
The data type of a generic vertex attribute.
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 GenericComponentType
impl Send for GenericComponentType
impl Sync for GenericComponentType
impl Unpin for GenericComponentType
impl UnwindSafe for GenericComponentType
Blanket Implementations
Mutably borrows from an owned value. Read more