Struct html_sys::HTMLFrameElement
source · pub struct HTMLFrameElement { /* private fields */ }
Implementations§
source§impl HTMLFrameElement
impl HTMLFrameElement
pub fn name(&self) -> String
pub fn set_name(&mut self, value: String)
pub fn scrolling(&self) -> String
pub fn set_scrolling(&mut self, value: String)
pub fn src(&self) -> String
pub fn set_src(&mut self, value: String)
pub fn frameBorder(&self) -> String
pub fn set_frameBorder(&mut self, value: String)
pub fn longDesc(&self) -> String
pub fn set_longDesc(&mut self, value: String)
pub fn noResize(&self) -> bool
pub fn set_noResize(&mut self, value: bool)
pub fn marginHeight(&self) -> String
pub fn set_marginHeight(&mut self, value: String)
pub fn marginWidth(&self) -> String
pub fn set_marginWidth(&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 HTMLFrameElement
impl Clone for HTMLFrameElement
source§fn clone(&self) -> HTMLFrameElement
fn clone(&self) -> HTMLFrameElement
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 HTMLFrameElement
impl Debug for HTMLFrameElement
source§impl Default for HTMLFrameElement
impl Default for HTMLFrameElement
source§fn default() -> HTMLFrameElement
fn default() -> HTMLFrameElement
Returns the “default value” for a type. Read more
source§impl Deref for HTMLFrameElement
impl Deref for HTMLFrameElement
source§impl PartialEq<HTMLFrameElement> for HTMLFrameElement
impl PartialEq<HTMLFrameElement> for HTMLFrameElement
source§fn eq(&self, other: &HTMLFrameElement) -> bool
fn eq(&self, other: &HTMLFrameElement) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.