Struct html_sys::HTMLObjectElement
source · pub struct HTMLObjectElement { /* private fields */ }
Implementations§
source§impl HTMLObjectElement
impl HTMLObjectElement
pub fn data(&self) -> String
pub fn set_data(&mut self, value: String)
pub fn ty(&self) -> String
pub fn set_ty(&mut self, value: String)
pub fn name(&self) -> String
pub fn set_name(&mut self, value: String)
pub fn useMap(&self) -> String
pub fn set_useMap(&mut self, value: String)
pub fn width(&self) -> String
pub fn set_width(&mut self, value: String)
pub fn height(&self) -> String
pub fn set_height(&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 HTMLObjectElement
impl Clone for HTMLObjectElement
source§fn clone(&self) -> HTMLObjectElement
fn clone(&self) -> HTMLObjectElement
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 HTMLObjectElement
impl Debug for HTMLObjectElement
source§impl Default for HTMLObjectElement
impl Default for HTMLObjectElement
source§fn default() -> HTMLObjectElement
fn default() -> HTMLObjectElement
Returns the “default value” for a type. Read more
source§impl Deref for HTMLObjectElement
impl Deref for HTMLObjectElement
source§impl PartialEq<HTMLObjectElement> for HTMLObjectElement
impl PartialEq<HTMLObjectElement> for HTMLObjectElement
source§fn eq(&self, other: &HTMLObjectElement) -> bool
fn eq(&self, other: &HTMLObjectElement) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.