Module beam_file::chunk [] [src]

The Chunk trait and implementations of commonly used chunks.

Reference

Structs

AbstChunk

A representation of the "Abst" chunk.

AtomChunk

A representation of the "Atom" chunk.

AttrChunk

A representation of the "Attr" chunk.

CInfChunk

A representation of the "CInf" chunk.

CodeChunk

A representation of the "Code" chunk.

ExpTChunk

A representation of the "ExpT" chunk.

FunTChunk

A representation of the "FunT" chunk.

ImpTChunk

A representation of the "ImpT" chunk.

LitTChunk

A representation of the "LitT" chunk.

LocTChunk

A representation of the "LocT" chunk.

RawChunk

A raw representation of a chunk.

StrTChunk

A representation of the "StrT" chunk.

Enums

StandardChunk

A representation of commonly used chunk.

Traits

Chunk

The Chunk trait represents a type of chunk in a BEAM file.

Type Definitions

Id

The identifier which indicates the type of a chunk.