Struct gtk_sys::GtkIMContextInfo[][src]

#[repr(C)]
pub struct GtkIMContextInfo { pub context_id: *const c_char, pub context_name: *const c_char, pub domain: *const c_char, pub domain_dirname: *const c_char, pub default_locales: *const c_char, }

Fields

Trait Implementations

impl Copy for GtkIMContextInfo
[src]

impl Clone for GtkIMContextInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkIMContextInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations