Struct sigil::Character [] [src]

pub struct Character(pub char, pub String, pub String, pub u32);

Character, name, hex code, int code.

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