Type Alias XIMPreeditDrawCallbackStruct

pub type XIMPreeditDrawCallbackStruct = _XIMPreeditDrawCallbackStruct;
Available on crate feature dep_sdl2 only.

Aliased Type§

struct XIMPreeditDrawCallbackStruct {
    pub caret: i32,
    pub chg_first: i32,
    pub chg_length: i32,
    pub text: *mut _XIMText,
}

Fields§

§caret: i32§chg_first: i32§chg_length: i32§text: *mut _XIMText

Trait Implementations

§

impl Clone for _XIMPreeditDrawCallbackStruct

§

fn clone(&self) -> _XIMPreeditDrawCallbackStruct

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 _XIMPreeditDrawCallbackStruct