Struct webkit2gtk_webextension_sys::WebKitDOMObject[][src]

#[repr(C)]
pub struct WebKitDOMObject { pub parentInstance: GObject, pub coreObject: gpointer, }

Fields

Trait Implementations

impl Copy for WebKitDOMObject
[src]

impl Clone for WebKitDOMObject
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for WebKitDOMObject
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations