Type Alias sdl2_sys::XIMPreeditCaretCallbackStruct
source · pub type XIMPreeditCaretCallbackStruct = _XIMPreeditCaretCallbackStruct;Aliased Type§
struct XIMPreeditCaretCallbackStruct {
pub position: i32,
pub direction: XIMCaretDirection,
pub style: XIMCaretStyle,
}Fields§
§position: i32§direction: XIMCaretDirection§style: XIMCaretStyleTrait Implementations
source§impl Clone for _XIMPreeditCaretCallbackStruct
impl Clone for _XIMPreeditCaretCallbackStruct
source§fn clone(&self) -> _XIMPreeditCaretCallbackStruct
fn clone(&self) -> _XIMPreeditCaretCallbackStruct
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