pub struct polygon;Expand description
HTML <polygon> element - Draws a closed shape with straight lines in SVG
Example:
<polygon points="200,10 250,190 160,210" fill="green" />
Trait Implementations§
Auto Trait Implementations§
impl Freeze for polygon
impl RefUnwindSafe for polygon
impl Send for polygon
impl Sync for polygon
impl Unpin for polygon
impl UnwindSafe for polygon
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