Struct pmd_message::MessageBin[][src]

pub struct MessageBin { /* fields omitted */ }
Expand description

A structure representing a translation (message) file in 3ds pokemon mystery dungeon games.

Each text have an associated (32bit, probably crc32) hash associated with them as a key.

Implementations

Return all the hash, the unk value and message content stored in the file

Return the message content with the given hash if it exist.

If the hash is already present, update the message content and unknown value, otherwise, add a new message at the end of the messages list. Return the old string if it exist.

Load a MessageBin file from the reader.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. 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

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.