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