Type Alias XIMStringConversionCallbackStruct

pub type XIMStringConversionCallbackStruct = _XIMStringConversionCallbackStruct;
Available on crate feature dep_sdl2 only.

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

§

impl Clone for _XIMStringConversionCallbackStruct

§

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
§

impl Copy for _XIMStringConversionCallbackStruct