Struct blorb::IndexEntry [] [src]

pub struct IndexEntry {
    pub usage: Usage,
    pub num: u32,
    // some fields omitted
}

Contains the usage information for an entry, the resource number of the entry, and where in the blob the entry starts.

Fields

Trait Implementations

impl Debug for IndexEntry
[src]

Formats the value using the given formatter.