pub struct PaintTick {
pub x: f32,
pub y: f32,
pub width: f32,
pub height: f32,
pub color: Rgba,
}Expand description
A checkmark stroked inside its laid-out box.
Fields§
§x: f32§y: f32§width: f32§height: f32§color: RgbaTrait Implementations§
Auto Trait Implementations§
impl Freeze for PaintTick
impl RefUnwindSafe for PaintTick
impl Send for PaintTick
impl Sync for PaintTick
impl Unpin for PaintTick
impl UnsafeUnpin for PaintTick
impl UnwindSafe for PaintTick
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