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