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_char
context_name: *const c_char
domain: *const c_char
domain_dirname: *const c_char
default_locales: *const c_char
Trait Implementations
impl Copy for GtkIMContextInfo[src]
impl Copy for GtkIMContextInfoimpl Clone for GtkIMContextInfo[src]
impl Clone for GtkIMContextInfofn clone(&self) -> GtkIMContextInfo[src]
fn clone(&self) -> GtkIMContextInfoReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GtkIMContextInfo[src]
impl Debug for GtkIMContextInfoAuto Trait Implementations
impl !Send for GtkIMContextInfo
impl !Send for GtkIMContextInfoimpl !Sync for GtkIMContextInfo
impl !Sync for GtkIMContextInfo