pub struct BinHeader { /* private fields */ }
Expand description

ROFL file’s header information

Implementations

Get the file’s signature

Get the file’s header length

Get the file’s length in bytes as per its binary data

This may not match the actual file’s length if an error occured

Length of the file’s metadata section

This should not be required in normal use

Offset of the file’s metadata section

This should not be required in normal use

Length of the file’s payload header section

This should not be required in normal use

Offset of the file’s payload header section

This should not be required in normal use

Offset of the file’s payload section

This should not be required in normal use

Create a new header from a manually-loaded file start section

This will be replaced by a from_raw function in the future

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

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.

Should always be Self

Converts the given value to a String. Read more

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.