Struct ucd_raw::Character[][src]

pub struct Character {
    pub codepoint: u32,
    pub name: &'static str,
    pub age: &'static str,
}

Fields

Trait Implementations

impl Debug for Character
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Character

impl Sync for Character