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