pub struct Glyph<'font> { /* private fields */ }
Expand description
A glyph in a font.
Implementations§
Auto Trait Implementations§
impl<'font> !RefUnwindSafe for Glyph<'font>
impl<'font> !Send for Glyph<'font>
impl<'font> !Sync for Glyph<'font>
impl<'font> Unpin for Glyph<'font>
impl<'font> !UnwindSafe for Glyph<'font>
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