pub struct polyline;Expand description
HTML <polyline> element - Draws connected straight lines in SVG
Example:
<polyline points="20,20 40,25 60,40 80,120 120,140 200,180" stroke="orange" fill="none" />
Trait Implementations§
Auto Trait Implementations§
impl Freeze for polyline
impl RefUnwindSafe for polyline
impl Send for polyline
impl Sync for polyline
impl Unpin for polyline
impl UnwindSafe for polyline
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