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