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