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 Codepoint
impl Ord for Codepoint
impl PartialOrd for Codepoint
fn partial_cmp(&self, __arg_0: &Codepoint) -> Option<Ordering>
fn lt(&self, __arg_0: &Codepoint) -> bool
fn le(&self, __arg_0: &Codepoint) -> bool
fn gt(&self, __arg_0: &Codepoint) -> bool
fn ge(&self, __arg_0: &Codepoint) -> bool
impl Hash for Codepoint
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl Eq for Codepoint
impl PartialEq for Codepoint
impl Debug for Codepoint
impl Clone for Codepoint
fn clone(&self) -> Codepoint
fn clone_from(&mut self, source: &Self)
impl Copy for Codepoint