Struct gtk4_sys::GtkIMContextSimple
source · #[repr(C)]pub struct GtkIMContextSimple {
pub object: GtkIMContext,
pub priv_: *mut GtkIMContextSimplePrivate,
}
Fields§
§object: GtkIMContext
§priv_: *mut GtkIMContextSimplePrivate
Trait Implementations§
source§impl Clone for GtkIMContextSimple
impl Clone for GtkIMContextSimple
source§fn clone(&self) -> GtkIMContextSimple
fn clone(&self) -> GtkIMContextSimple
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more