Struct gtk_sys::GtkIMContextSimple [] [src]

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

Fields

Trait Implementations

impl Copy for GtkIMContextSimple
[src]

impl Clone for GtkIMContextSimple
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkIMContextSimple
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations