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