pub struct Entry {
    pub kind: Id,
    pub offset: Range<Offset>,
}
Expand description

An entry of a chunk file index

Fields

kind: Id

The kind of the chunk file

offset: Range<Offset>

The offset, relative to the beginning of the file, at which to find the chunk and its end.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.