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