Struct x11_dl::xlib::XIMPreeditDrawCallbackStruct [−][src]
#[repr(C)]pub struct XIMPreeditDrawCallbackStruct {
pub caret: c_int,
pub chg_first: c_int,
pub chg_length: c_int,
pub text: *mut XIMText,
}Fields
caret: c_intchg_first: c_intchg_length: c_inttext: *mut XIMTextTrait 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
