pub struct svg;Expand description
HTML <svg> element - Container for SVG graphics
Example:
<svg viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="red" /></svg>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for svg
impl RefUnwindSafe for svg
impl Send for svg
impl Sync for svg
impl Unpin for svg
impl UnwindSafe for svg
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