Struct rgen3_save::PokemonData [] [src]

pub struct PokemonData {
    pub growth: PokemonGrowth,
    pub attacks: PokemonAttacks,
    // some fields omitted
}

Fields

Trait Implementations

impl Debug for PokemonData
[src]

Formats the value using the given formatter.

impl Default for PokemonData
[src]

Returns the "default value" for a type. Read more