Type Alias sdl2_sys::XIMText

source ·
pub type XIMText = _XIMText;

Aliased Type§

struct XIMText {
    pub length: u16,
    pub feedback: *mut u64,
    pub encoding_is_wchar: i32,
    pub string: _XIMText__bindgen_ty_1,
}

Fields§

§length: u16§feedback: *mut u64§encoding_is_wchar: i32§string: _XIMText__bindgen_ty_1

Trait Implementations

source§

impl Clone for _XIMText

source§

fn clone(&self) -> _XIMText

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Copy for _XIMText