Union x11::xlib::XIMTextString
source · #[repr(C)]
pub union XIMTextString {
pub multi_byte: *mut c_char,
pub wide_char: wchar_t,
}
Fields§
§multi_byte: *mut c_char
§wide_char: wchar_t
Trait Implementations§
source§impl Clone for XIMTextString
impl Clone for XIMTextString
source§fn clone(&self) -> XIMTextString
fn clone(&self) -> XIMTextString
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more