[][src]Module no_proto::buffer

Top level abstraction for buffer objects

Structs

NP_Buffer

Buffers contain the bytes of each object and allow you to perform reads, updates, deletes and compaction.

NP_Compact_Data

When calling maybe_compact on a buffer, this struct is provided to help make a choice on wether to compact or not.

Constants

ROOT_PTR_ADDR

The address location of the root pointer.