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
context_id: *const c_charcontext_name: *const c_chardomain: *const c_chardomain_dirname: *const c_chardefault_locales: *const c_charTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkIMContextInfoimpl !Send for GtkIMContextInfoimpl !Sync for GtkIMContextInfoimpl Unpin for GtkIMContextInfoimpl UnwindSafe for GtkIMContextInfoBlanket Implementations
Mutably borrows from an owned value. Read more