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