Enum gltf::glb::ChunkType
[−]
[src]
pub enum ChunkType {
Json,
Bin,
}GLB chunk type.
Variants
JsonJSON chunk.
BinBIN\0 chunk.
Trait Implementations
impl Copy for ChunkType[src]
impl Clone for ChunkType[src]
fn clone(&self) -> ChunkType[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more