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