Enum gltf::binary::ChunkType [−][src]
pub enum ChunkType {
Json,
Bin,
}Expand description
GLB chunk type.
Variants
Json
JSON chunk.
Bin
BIN chunk.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ChunkType
impl UnwindSafe for ChunkType
Blanket Implementations
Mutably borrows from an owned value. Read more
