pub(crate) struct GlyphBitmap {
pub(crate) pixmap: Arc<Pixmap>,
pub(crate) area: Rect,
}Expand description
A glyph defined by a bitmap.
Fields§
§pixmap: Arc<Pixmap>The pixmap of the glyph.
area: RectThe rectangular area that should be filled with the bitmap when painting.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GlyphBitmap
impl RefUnwindSafe for GlyphBitmap
impl Send for GlyphBitmap
impl Sync for GlyphBitmap
impl Unpin for GlyphBitmap
impl UnsafeUnpin for GlyphBitmap
impl UnwindSafe for GlyphBitmap
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