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