Struct rgen3_save::Save [] [src]

pub struct Save { /* fields omitted */ }

Pokémon Gen3 save data.

Methods

impl Save
[src]

Read the save data from a Read implementer.

Write the save data to a Write implementer.

impl Save
[src]

Load the save data from a file at the provided path.

Save the save data to a file at the provided path.

Trait Implementations

impl Debug for Save
[src]

Formats the value using the given formatter.