#[repr(C)]
pub struct WebKitInputMethodContextClass {
Show 22 fields pub parent_class: GObjectClass, pub preedit_started: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext)>, pub preedit_changed: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext)>, pub preedit_finished: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext)>, pub committed: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext, _: *const c_char)>, pub delete_surrounding: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext, _: c_int, _: c_uint)>, pub set_enable_preedit: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext, _: gboolean)>, pub get_preedit: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext, _: *mut *mut c_char, _: *mut *mut GList, _: *mut c_uint)>, pub filter_key_event: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext, _: *mut GdkEventKey) -> gboolean>, pub notify_focus_in: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext)>, pub notify_focus_out: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext)>, pub notify_cursor_area: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext, _: c_int, _: c_int, _: c_int, _: c_int)>, pub notify_surrounding: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext, _: *const c_char, _: c_uint, _: c_uint, _: c_uint)>, pub reset: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext)>, pub _webkit_reserved0: Option<unsafe extern "C" fn()>, pub _webkit_reserved1: Option<unsafe extern "C" fn()>, pub _webkit_reserved2: Option<unsafe extern "C" fn()>, pub _webkit_reserved3: Option<unsafe extern "C" fn()>, pub _webkit_reserved4: Option<unsafe extern "C" fn()>, pub _webkit_reserved5: Option<unsafe extern "C" fn()>, pub _webkit_reserved6: Option<unsafe extern "C" fn()>, pub _webkit_reserved7: Option<unsafe extern "C" fn()>,
}

Fields§

§parent_class: GObjectClass§preedit_started: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext)>§preedit_changed: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext)>§preedit_finished: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext)>§committed: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext, _: *const c_char)>§delete_surrounding: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext, _: c_int, _: c_uint)>§set_enable_preedit: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext, _: gboolean)>§get_preedit: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext, _: *mut *mut c_char, _: *mut *mut GList, _: *mut c_uint)>§filter_key_event: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext, _: *mut GdkEventKey) -> gboolean>§notify_focus_in: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext)>§notify_focus_out: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext)>§notify_cursor_area: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext, _: c_int, _: c_int, _: c_int, _: c_int)>§notify_surrounding: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext, _: *const c_char, _: c_uint, _: c_uint, _: c_uint)>§reset: Option<unsafe extern "C" fn(_: *mut WebKitInputMethodContext)>§_webkit_reserved0: Option<unsafe extern "C" fn()>§_webkit_reserved1: Option<unsafe extern "C" fn()>§_webkit_reserved2: Option<unsafe extern "C" fn()>§_webkit_reserved3: Option<unsafe extern "C" fn()>§_webkit_reserved4: Option<unsafe extern "C" fn()>§_webkit_reserved5: Option<unsafe extern "C" fn()>§_webkit_reserved6: Option<unsafe extern "C" fn()>§_webkit_reserved7: Option<unsafe extern "C" fn()>

Trait Implementations§

source§

impl Clone for WebKitInputMethodContextClass

source§

fn clone(&self) -> WebKitInputMethodContextClass

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for WebKitInputMethodContextClass

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for WebKitInputMethodContextClass

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.