Struct sigil::Character [] [src]

pub struct Character {
    pub character: char,
    pub name: String,
    pub hex_code: String,
    pub code: u32,
}

Character, name, hex code, int code.

Fields

Trait Implementations

impl Debug for Character
[src]

Formats the value using the given formatter.

impl Clone for Character
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more