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