Struct pmd_sir0::Sir0[][src]

pub struct Sir0<T: Read + Seek> { /* fields omitted */ }
Expand description

A Sir0 file, used in pokémon mystery dungeon on 3ds and DS (only tested with the 3ds version) A Sir0 file contain a file, but have pointer to them.

Implementations

Create a new Sir0 from the file.

return the number of offsets this file contain

return the offset n°x. Offsets are in range 0..offsets_len.

return the header of the file. It is independant of the Sir0 file format.

return the file contained in this sir0 file. It is the full sir0 file, with header and footer.

Trait Implementations

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

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.