Type Alias XIMStringConversionText
pub type XIMStringConversionText = _XIMStringConversionText;
Available on crate feature
dep_sdl2
only.Aliased Type§
struct XIMStringConversionText {
pub length: u16,
pub feedback: *mut u64,
pub encoding_is_wchar: i32,
pub string: _XIMStringConversionText__bindgen_ty_1,
}
Fields§
§length: u16
§feedback: *mut u64
§encoding_is_wchar: i32
§string: _XIMStringConversionText__bindgen_ty_1
Trait Implementations
§impl Clone for _XIMStringConversionText
impl Clone for _XIMStringConversionText
§fn clone(&self) -> _XIMStringConversionText
fn clone(&self) -> _XIMStringConversionText
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