Struct rgen3_save::PokemonGrowth [] [src]

pub struct PokemonGrowth {
    pub species: u16,
    pub experience: u32,
    // some fields omitted
}

Fields

Trait Implementations

impl Debug for PokemonGrowth
[src]

Formats the value using the given formatter.

impl Default for PokemonGrowth
[src]

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