#[repr(C)]pub struct WebKitDOMHTMLMenuElement {
pub parent_instance: WebKitDOMHTMLElement,
}
Fields§
§parent_instance: WebKitDOMHTMLElement
Trait Implementations§
Source§impl Clone for WebKitDOMHTMLMenuElement
impl Clone for WebKitDOMHTMLMenuElement
Source§fn clone(&self) -> WebKitDOMHTMLMenuElement
fn clone(&self) -> WebKitDOMHTMLMenuElement
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WebKitDOMHTMLMenuElement
impl Debug for WebKitDOMHTMLMenuElement
impl Copy for WebKitDOMHTMLMenuElement
Auto Trait Implementations§
impl Freeze for WebKitDOMHTMLMenuElement
impl RefUnwindSafe for WebKitDOMHTMLMenuElement
impl !Send for WebKitDOMHTMLMenuElement
impl !Sync for WebKitDOMHTMLMenuElement
impl Unpin for WebKitDOMHTMLMenuElement
impl UnwindSafe for WebKitDOMHTMLMenuElement
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more