Struct gtk_sys::GtkIMMulticontext[][src]

#[repr(C)]
pub struct GtkIMMulticontext { pub object: GtkIMContext, pub priv_: *mut GtkIMMulticontextPrivate, }

Fields

Trait Implementations

impl Copy for GtkIMMulticontext
[src]

impl Clone for GtkIMMulticontext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkIMMulticontext
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations