Struct gtk4_sys::GtkIMContext [−][src]
#[repr(C)]pub struct GtkIMContext {
pub parent_instance: GObject,
}
Fields
parent_instance: GObject
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkIMContext
impl !Send for GtkIMContext
impl !Sync for GtkIMContext
impl Unpin for GtkIMContext
impl UnwindSafe for GtkIMContext
Blanket Implementations
Mutably borrows from an owned value. Read more