Type Alias XIMText

pub type XIMText = _XIMText;
Available on crate feature dep_sdl2 only.

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

§

impl Clone for _XIMText

§

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
§

impl Copy for _XIMText