pub struct Line<'t> { /* private fields */ }Expand description
<line>: Line SVG element
Implementations§
Source§impl<'t> Line<'t>
<line> items
impl<'t> Line<'t>
<line> items
Sourcepub fn path_length<'a, V>(&mut self, val: V) -> &mut Self
pub fn path_length<'a, V>(&mut self, val: V) -> &mut Self
Add pathLength attribute
Sourcepub fn required_extensions<'a, V>(&mut self, val: V) -> &mut Self
pub fn required_extensions<'a, V>(&mut self, val: V) -> &mut Self
Add requiredExtensions attribute
Sourcepub fn system_language<'a, V>(&mut self, val: V) -> &mut Self
pub fn system_language<'a, V>(&mut self, val: V) -> &mut Self
Add systemLanguage attribute
Sourcepub fn animate_motion(&mut self) -> AnimateMotion<'_>
pub fn animate_motion(&mut self) -> AnimateMotion<'_>
Add AnimateMotion child element
Sourcepub fn animate_transform(&mut self) -> AnimateTransform<'_>
pub fn animate_transform(&mut self) -> AnimateTransform<'_>
Add AnimateTransform child element
Sourcepub fn comment<'v, V>(&mut self, com: V) -> &mut Self
pub fn comment<'v, V>(&mut self, com: V) -> &mut Self
Add a comment
These characters will be replaced with entities:
| Char | Entity |
|---|---|
- | ‐ |
< | < |
> | > |
Source§impl<'t> Line<'t>
Global SVG attributes
impl<'t> Line<'t>
Global SVG attributes
Auto Trait Implementations§
impl<'t> Freeze for Line<'t>
impl<'t> RefUnwindSafe for Line<'t>
impl<'t> Send for Line<'t>
impl<'t> Sync for Line<'t>
impl<'t> Unpin for Line<'t>
impl<'t> UnsafeUnpin for Line<'t>
impl<'t> !UnwindSafe for Line<'t>
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