Type Alias sdl2_sys::XIMPreeditDrawCallbackStruct
source · pub type XIMPreeditDrawCallbackStruct = _XIMPreeditDrawCallbackStruct;
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
source§impl Clone for _XIMPreeditDrawCallbackStruct
impl Clone for _XIMPreeditDrawCallbackStruct
source§fn clone(&self) -> _XIMPreeditDrawCallbackStruct
fn clone(&self) -> _XIMPreeditDrawCallbackStruct
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