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