Struct rusttype::GlyphId [] [src]

pub struct GlyphId(pub u32);

Represents a glyph identifier for a particular font. This identifier will not necessarily correspond to the correct glyph in a font other than the one that it was obtained from.

Trait Implementations

impl Debug for GlyphId
[src]

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

Formats the value using the given formatter.

impl Clone for GlyphId
[src]

fn clone(&self) -> GlyphId

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 GlyphId
[src]