Struct rusttype::Codepoint
[−]
[src]
pub struct Codepoint(pub u32);
Represents a Unicode code point.
pub struct Codepoint(pub u32);
Represents a Unicode code point.
impl From<char> for Codepointimpl Ord for Codepointimpl PartialOrd for Codepointfn partial_cmp(&self, __arg_0: &Codepoint) -> Option<Ordering>fn lt(&self, __arg_0: &Codepoint) -> boolfn le(&self, __arg_0: &Codepoint) -> boolfn gt(&self, __arg_0: &Codepoint) -> boolfn ge(&self, __arg_0: &Codepoint) -> boolimpl Hash for Codepointfn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl Eq for Codepointimpl PartialEq for Codepointimpl Debug for Codepointimpl Clone for Codepointfn clone(&self) -> Codepointfn clone_from(&mut self, source: &Self)impl Copy for Codepoint