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