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