Type Alias sdl2_sys::XIMStringConversionCallbackStruct
source · pub type XIMStringConversionCallbackStruct = _XIMStringConversionCallbackStruct;Aliased Type§
struct XIMStringConversionCallbackStruct {
pub position: u16,
pub direction: XIMCaretDirection,
pub operation: u16,
pub factor: u16,
pub text: *mut _XIMStringConversionText,
}Fields§
§position: u16§direction: XIMCaretDirection§operation: u16§factor: u16§text: *mut _XIMStringConversionTextTrait Implementations
source§impl Clone for _XIMStringConversionCallbackStruct
impl Clone for _XIMStringConversionCallbackStruct
source§fn clone(&self) -> _XIMStringConversionCallbackStruct
fn clone(&self) -> _XIMStringConversionCallbackStruct
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