pub struct Glyph { /* private fields */ }Expand description
A single font glyph with its rendering data
This represents a single character glyph with its texture coordinates, advance information, and other rendering data.
Implementations§
Trait Implementations§
Source§impl From<ImFontGlyph> for Glyph
impl From<ImFontGlyph> for Glyph
Source§fn from(raw: ImFontGlyph) -> Self
fn from(raw: ImFontGlyph) -> Self
Converts to this type from the input type.
impl Copy for Glyph
Auto Trait Implementations§
impl Freeze for Glyph
impl RefUnwindSafe for Glyph
impl Send for Glyph
impl Sync for Glyph
impl Unpin for Glyph
impl UnwindSafe for Glyph
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more