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