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