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