Struct html_sys::HTMLPictureElement
source · pub struct HTMLPictureElement { /* private fields */ }
Methods from Deref<Target = HTMLElement>§
Methods from Deref<Target = Element>§
Methods from Deref<Target = Node>§
Trait Implementations§
source§impl Clone for HTMLPictureElement
impl Clone for HTMLPictureElement
source§fn clone(&self) -> HTMLPictureElement
fn clone(&self) -> HTMLPictureElement
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 HTMLPictureElement
impl Debug for HTMLPictureElement
source§impl Default for HTMLPictureElement
impl Default for HTMLPictureElement
source§fn default() -> HTMLPictureElement
fn default() -> HTMLPictureElement
Returns the “default value” for a type. Read more
source§impl Deref for HTMLPictureElement
impl Deref for HTMLPictureElement
source§impl PartialEq<HTMLPictureElement> for HTMLPictureElement
impl PartialEq<HTMLPictureElement> for HTMLPictureElement
source§fn eq(&self, other: &HTMLPictureElement) -> bool
fn eq(&self, other: &HTMLPictureElement) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.