[][src]Trait seshat::unicode::Ucd

pub trait Ucd {
    fn dm(&self) -> String;
fn na(&self) -> String;
fn bc(&self) -> Bc;
fn ccc(&self) -> Ccc;
fn dt(&self) -> Dt;
fn gc(&self) -> Gc;
fn gcb(&self) -> Gcb;
fn hst(&self) -> Hst;
fn wspace(&self) -> bool;
fn bidi_c(&self) -> bool;
fn join_c(&self) -> bool;
fn dash(&self) -> bool;
fn hyphen(&self) -> bool;
fn qmark(&self) -> bool;
fn term(&self) -> bool;
fn omath(&self) -> bool;
fn hex(&self) -> bool;
fn ahex(&self) -> bool;
fn oalpha(&self) -> bool;
fn ideo(&self) -> bool;
fn dia(&self) -> bool;
fn ext(&self) -> bool;
fn olower(&self) -> bool;
fn oupper(&self) -> bool;
fn nchar(&self) -> bool;
fn ogr_ext(&self) -> bool;
fn idsb(&self) -> bool;
fn idst(&self) -> bool;
fn radical(&self) -> bool;
fn uideo(&self) -> bool;
fn odi(&self) -> bool;
fn dep(&self) -> bool;
fn sd(&self) -> bool;
fn loe(&self) -> bool;
fn oids(&self) -> bool;
fn oidc(&self) -> bool;
fn sterm(&self) -> bool;
fn vs(&self) -> bool;
fn pat_ws(&self) -> bool;
fn pat_syn(&self) -> bool;
fn pcm(&self) -> bool;
fn ri(&self) -> bool;
fn ce(&self) -> bool;
fn comp_ex(&self) -> bool;
fn math(&self) -> bool;
fn alpha(&self) -> bool;
fn lower(&self) -> bool;
fn upper(&self) -> bool;
fn emoji(&self) -> bool;
fn epres(&self) -> bool;
fn emod(&self) -> bool;
fn ebase(&self) -> bool;
fn ecomp(&self) -> bool;
fn ext_pict(&self) -> bool; }

Required methods

fn dm(&self) -> String

fn na(&self) -> String

fn bc(&self) -> Bc

fn ccc(&self) -> Ccc

fn dt(&self) -> Dt

fn gc(&self) -> Gc

fn gcb(&self) -> Gcb

fn hst(&self) -> Hst

fn wspace(&self) -> bool

fn bidi_c(&self) -> bool

fn join_c(&self) -> bool

fn dash(&self) -> bool

fn hyphen(&self) -> bool

fn qmark(&self) -> bool

fn term(&self) -> bool

fn omath(&self) -> bool

fn hex(&self) -> bool

fn ahex(&self) -> bool

fn oalpha(&self) -> bool

fn ideo(&self) -> bool

fn dia(&self) -> bool

fn ext(&self) -> bool

fn olower(&self) -> bool

fn oupper(&self) -> bool

fn nchar(&self) -> bool

fn ogr_ext(&self) -> bool

fn idsb(&self) -> bool

fn idst(&self) -> bool

fn radical(&self) -> bool

fn uideo(&self) -> bool

fn odi(&self) -> bool

fn dep(&self) -> bool

fn sd(&self) -> bool

fn loe(&self) -> bool

fn oids(&self) -> bool

fn oidc(&self) -> bool

fn sterm(&self) -> bool

fn vs(&self) -> bool

fn pat_ws(&self) -> bool

fn pat_syn(&self) -> bool

fn pcm(&self) -> bool

fn ri(&self) -> bool

fn ce(&self) -> bool

fn comp_ex(&self) -> bool

fn math(&self) -> bool

fn alpha(&self) -> bool

fn lower(&self) -> bool

fn upper(&self) -> bool

fn emoji(&self) -> bool

fn epres(&self) -> bool

fn emod(&self) -> bool

fn ebase(&self) -> bool

fn ecomp(&self) -> bool

fn ext_pict(&self) -> bool

Loading content...

Implementations on Foreign Types

impl Ucd for char[src]

Loading content...

Implementors

impl Ucd for CodePoint[src]

Loading content...