Struct embedded_text::rendering::character::Glyph [−][src]
pub struct Glyph<F: Font> { /* fields omitted */ }
Represents a glyph (a symbol) to be drawn.
Implementations
Trait Implementations
Auto Trait Implementations
impl<F> RefUnwindSafe for Glyph<F> where
F: RefUnwindSafe,
impl<F> RefUnwindSafe for Glyph<F> where
F: RefUnwindSafe, impl<F> UnwindSafe for Glyph<F> where
F: UnwindSafe,
impl<F> UnwindSafe for Glyph<F> where
F: UnwindSafe,