Enum gltf::binary::ChunkType [−][src]
pub enum ChunkType {
Json,
Bin,
}GLB chunk type.
Variants
JsonJSON chunk.
BinBIN chunk.
Trait Implementations
impl Copy for ChunkType[src]
impl Copy for ChunkTypeimpl Clone for ChunkType[src]
impl Clone for ChunkTypefn clone(&self) -> ChunkType[src]
fn clone(&self) -> ChunkTypeReturns 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 Debug for ChunkType[src]
impl Debug for ChunkType