Struct html_sys::SVGGraphicsElement
source · pub struct SVGGraphicsElement { /* private fields */ }
Methods from Deref<Target = Element>§
Methods from Deref<Target = Node>§
Trait Implementations§
source§impl Clone for SVGGraphicsElement
impl Clone for SVGGraphicsElement
source§fn clone(&self) -> SVGGraphicsElement
fn clone(&self) -> SVGGraphicsElement
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SVGGraphicsElement
impl Debug for SVGGraphicsElement
source§impl Default for SVGGraphicsElement
impl Default for SVGGraphicsElement
source§fn default() -> SVGGraphicsElement
fn default() -> SVGGraphicsElement
Returns the “default value” for a type. Read more
source§impl Deref for SVGGraphicsElement
impl Deref for SVGGraphicsElement
source§impl PartialEq<SVGGraphicsElement> for SVGGraphicsElement
impl PartialEq<SVGGraphicsElement> for SVGGraphicsElement
source§fn eq(&self, other: &SVGGraphicsElement) -> bool
fn eq(&self, other: &SVGGraphicsElement) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.