Struct ucd_raw::Codepoint[][src]

pub struct Codepoint {
    pub codepoint: i32,
    pub name: &'static str,
    pub age: &'static str,
}

Fields

Trait Implementations

impl Debug for Codepoint
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Codepoint

impl Sync for Codepoint