[go: up one dir, main page]

Enum gltf::glb::ChunkType [] [src]

pub enum ChunkType {
    Json,
    Bin,
}

GLB chunk type.

Variants

JSON chunk.

BIN\0 chunk.

Trait Implementations

impl Copy for ChunkType
[src]

impl Clone for ChunkType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ChunkType
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ChunkType

impl Sync for ChunkType