pub struct LineNode {
pub attributes: KeyMap<String, String>,
}
Expand description
SVG line node
Fields§
§attributes: KeyMap<String, String>
SVG attributes for this line element
Trait Implementations§
Source§impl VirtualNode for LineNode
impl VirtualNode for LineNode
Source§fn write_markup(&self, fmt: &mut Formatter<'_>) -> Result<(), ParseError>
fn write_markup(&self, fmt: &mut Formatter<'_>) -> Result<(), ParseError>
Convert this line node into HTML markup string
Auto Trait Implementations§
impl Freeze for LineNode
impl RefUnwindSafe for LineNode
impl Send for LineNode
impl Sync for LineNode
impl Unpin for LineNode
impl UnwindSafe for LineNode
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