pub(crate) struct BitmapImage {
    image: Image,
    x: i16,
    y: i16,
    pixels_per_em: u16,
    glyph_bbox: Option<Rect>,
    is_sbix: bool,
}Fields§
§image: Image§x: i16§y: i16§pixels_per_em: u16§glyph_bbox: Option<Rect>§is_sbix: boolAuto Trait Implementations§
impl Freeze for BitmapImage
impl !RefUnwindSafe for BitmapImage
impl Send for BitmapImage
impl Sync for BitmapImage
impl Unpin for BitmapImage
impl !UnwindSafe for BitmapImage
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