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: boolTrait Implementations§
Source§impl Clone for BitmapImage
impl Clone for BitmapImage
Source§fn clone(&self) -> BitmapImage
fn clone(&self) -> BitmapImage
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for BitmapImage
impl !RefUnwindSafe for BitmapImage
impl Send for BitmapImage
impl Sync for BitmapImage
impl Unpin for BitmapImage
impl UnsafeUnpin 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