Struct blorb::ChunkData [] [src]

pub struct ChunkData {
    pub id: String,
    // some fields omitted
}

Container for chunk metadata. Used for identifying a chunk without loading the full chunk into memory.

Fields

Trait Implementations

impl Debug for ChunkData
[src]

Formats the value using the given formatter.