Type Alias sdl2_sys::XIMStringConversionText
source · pub type XIMStringConversionText = _XIMStringConversionText;
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
source§impl Clone for _XIMStringConversionText
impl Clone for _XIMStringConversionText
source§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