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 _XIMStringConversionText

Trait Implementations

source§

impl Clone for _XIMStringConversionCallbackStruct

source§

fn clone(&self) -> _XIMStringConversionCallbackStruct

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
source§

impl Copy for _XIMStringConversionCallbackStruct