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