pub struct FillPolygonData {
pub style: Style,
pub points: Vec<Point>,
}Fields§
§style: Style§points: Vec<Point>Trait Implementations§
Auto Trait Implementations§
impl Freeze for FillPolygonData
impl RefUnwindSafe for FillPolygonData
impl Send for FillPolygonData
impl Sync for FillPolygonData
impl Unpin for FillPolygonData
impl UnwindSafe for FillPolygonData
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