Struct xcb_imdkit::PreeditInfo[][src]

pub struct PreeditInfo<'a> { /* fields omitted */ }
Expand description

PreeditInfo provides information about the text that is currently being edited by the IME.

Additionally it provides information about how the text has been changed.

Implementations

Status bitmask.

  • 0x01: no string
  • 0x02: no feedback

If no bits are set, text contains the current text of the IME.

Cursor offset within the currently edited text in characters.

Starting change position.

Length of the change counting characters.

Current text in the IME.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.