Struct html_sys::HTMLIFrameElement
source · pub struct HTMLIFrameElement { /* private fields */ }
Implementations§
source§impl HTMLIFrameElement
impl HTMLIFrameElement
pub fn src(&self) -> String
pub fn set_src(&mut self, value: String)
pub fn srcdoc(&self) -> String
pub fn set_srcdoc(&mut self, value: String)
pub fn name(&self) -> String
pub fn set_name(&mut self, value: String)
pub fn allowFullscreen(&self) -> bool
pub fn set_allowFullscreen(&mut self, value: bool)
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 HTMLIFrameElement
impl Clone for HTMLIFrameElement
source§fn clone(&self) -> HTMLIFrameElement
fn clone(&self) -> HTMLIFrameElement
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 HTMLIFrameElement
impl Debug for HTMLIFrameElement
source§impl Default for HTMLIFrameElement
impl Default for HTMLIFrameElement
source§fn default() -> HTMLIFrameElement
fn default() -> HTMLIFrameElement
Returns the “default value” for a type. Read more
source§impl Deref for HTMLIFrameElement
impl Deref for HTMLIFrameElement
source§impl PartialEq<HTMLIFrameElement> for HTMLIFrameElement
impl PartialEq<HTMLIFrameElement> for HTMLIFrameElement
source§fn eq(&self, other: &HTMLIFrameElement) -> bool
fn eq(&self, other: &HTMLIFrameElement) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.