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