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