Struct rusttype::Codepoint [] [src]

pub struct Codepoint(pub u32);

Represents a Unicode code point.

Trait Implementations

impl Debug for Codepoint
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for Codepoint
[src]

fn clone(&self) -> Codepoint

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for Codepoint
[src]

impl From<char> for Codepoint
[src]

fn from(c: char) -> Codepoint

Performs the conversion.