Struct webkit2gtk_sys::WebKitWebInspector
source · [−]#[repr(C)]pub struct WebKitWebInspector {
pub parent: GObject,
pub priv_: *mut WebKitWebInspectorPrivate,
}
Fields
parent: GObject
priv_: *mut WebKitWebInspectorPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WebKitWebInspector
impl !Send for WebKitWebInspector
impl !Sync for WebKitWebInspector
impl Unpin for WebKitWebInspector
impl UnwindSafe for WebKitWebInspector
Blanket Implementations
Mutably borrows from an owned value. Read more