Enum rgen3_string::PokeChar [] [src]

pub enum PokeChar {
    Print(char),
    Term,
    Unmapped,
}

Variants

Printable character

String terminator

Methods

impl PokeChar
[src]

Trait Implementations

impl PartialEq for PokeChar
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for PokeChar
[src]

impl Hash for PokeChar
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Clone for PokeChar
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PokeChar
[src]