Struct gdk4_x11_sys::xlib::XIMPreeditDrawCallbackStruct [−][src]
#[repr(C)]pub struct XIMPreeditDrawCallbackStruct {
pub caret: i32,
pub chg_first: i32,
pub chg_length: i32,
pub text: *mut XIMText,
}
Fields
caret: i32
chg_first: i32
chg_length: i32
text: *mut XIMText
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl !Send for XIMPreeditDrawCallbackStruct
impl !Sync for XIMPreeditDrawCallbackStruct
impl Unpin for XIMPreeditDrawCallbackStruct
impl UnwindSafe for XIMPreeditDrawCallbackStruct
Blanket Implementations
Mutably borrows from an owned value. Read more