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