pub struct TextGrid {
pub scale: Vector2D<f32>,
pub offset: Vector2D<f32>,
pub cell_size: Size,
}
Expand description
Struct containing text grid details.
Fields§
§scale: Vector2D<f32>
§offset: Vector2D<f32>
§cell_size: Size
Implementations§
Auto Trait Implementations§
impl Freeze for TextGrid
impl RefUnwindSafe for TextGrid
impl Send for TextGrid
impl Sync for TextGrid
impl Unpin for TextGrid
impl UnwindSafe for TextGrid
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