pub enum BinaryConstants {}
Expand description

Constant values for the binary format header.

The binary header is magic + version info + table count.

Implementations

The blob that must start a binary.

The DIEM_MAGIC size, 4 byte for major version and 1 byte for table count.

A (Table Type, Start Offset, Byte Count) size, which is 1 byte for the type and 4 bytes for the offset/count.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.