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