pub struct FlexiTile {
pub position: PointF,
pub z_order: i32,
pub glyph: FontCharType,
pub fg: RGBA,
pub bg: RGBA,
pub rotation: f32,
pub scale: PointF,
}Expand description
Internal storage structure for sparse tiles.
Fields§
§position: PointF§z_order: i32§glyph: FontCharType§fg: RGBA§bg: RGBA§rotation: f32§scale: PointFAuto Trait Implementations§
impl Freeze for FlexiTile
impl RefUnwindSafe for FlexiTile
impl Send for FlexiTile
impl Sync for FlexiTile
impl Unpin for FlexiTile
impl UnwindSafe for FlexiTile
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