#[repr(C)]pub struct WebKitDOMHTMLAreaElement {
pub parent_instance: WebKitDOMHTMLElement,
}
Fields§
§parent_instance: WebKitDOMHTMLElement
Trait Implementations§
Source§impl Clone for WebKitDOMHTMLAreaElement
impl Clone for WebKitDOMHTMLAreaElement
Source§fn clone(&self) -> WebKitDOMHTMLAreaElement
fn clone(&self) -> WebKitDOMHTMLAreaElement
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 WebKitDOMHTMLAreaElement
impl Debug for WebKitDOMHTMLAreaElement
impl Copy for WebKitDOMHTMLAreaElement
Auto Trait Implementations§
impl Freeze for WebKitDOMHTMLAreaElement
impl RefUnwindSafe for WebKitDOMHTMLAreaElement
impl !Send for WebKitDOMHTMLAreaElement
impl !Sync for WebKitDOMHTMLAreaElement
impl Unpin for WebKitDOMHTMLAreaElement
impl UnwindSafe for WebKitDOMHTMLAreaElement
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