#[repr(C)]pub struct WebKitDOMDocumentTypeClass {
pub parent_class: WebKitDOMNodeClass,
}
Fields
parent_class: WebKitDOMNodeClass
Trait Implementations
sourceimpl Clone for WebKitDOMDocumentTypeClass
impl Clone for WebKitDOMDocumentTypeClass
sourcefn clone(&self) -> WebKitDOMDocumentTypeClass
fn clone(&self) -> WebKitDOMDocumentTypeClass
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for WebKitDOMDocumentTypeClass
impl Debug for WebKitDOMDocumentTypeClass
impl Copy for WebKitDOMDocumentTypeClass
Auto Trait Implementations
impl RefUnwindSafe for WebKitDOMDocumentTypeClass
impl !Send for WebKitDOMDocumentTypeClass
impl !Sync for WebKitDOMDocumentTypeClass
impl Unpin for WebKitDOMDocumentTypeClass
impl UnwindSafe for WebKitDOMDocumentTypeClass
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more