Type Alias XIMPreeditCaretCallbackStruct

pub type XIMPreeditCaretCallbackStruct = _XIMPreeditCaretCallbackStruct;
Available on crate feature dep_sdl2 only.

Aliased Type§

struct XIMPreeditCaretCallbackStruct {
    pub position: i32,
    pub direction: XIMCaretDirection,
    pub style: XIMCaretStyle,
}

Fields§

§position: i32§direction: XIMCaretDirection§style: XIMCaretStyle

Trait Implementations

§

impl Clone for _XIMPreeditCaretCallbackStruct

§

fn clone(&self) -> _XIMPreeditCaretCallbackStruct

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 _XIMPreeditCaretCallbackStruct