Struct gtk_sys::GtkIMContextSimpleClass[][src]

#[repr(C)]
pub struct GtkIMContextSimpleClass { pub parent_class: GtkIMContextClass, }

Fields

Trait Implementations

impl Copy for GtkIMContextSimpleClass
[src]

impl Clone for GtkIMContextSimpleClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkIMContextSimpleClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations