Struct x11::xlib::XIMPreeditDrawCallbackStruct
source · #[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_int
§chg_first: c_int
§chg_length: c_int
§text: *mut XIMText
Trait Implementations§
source§impl Clone for XIMPreeditDrawCallbackStruct
impl Clone for XIMPreeditDrawCallbackStruct
source§fn clone(&self) -> XIMPreeditDrawCallbackStruct
fn clone(&self) -> XIMPreeditDrawCallbackStruct
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for XIMPreeditDrawCallbackStruct
impl Debug for XIMPreeditDrawCallbackStruct
source§impl PartialEq<XIMPreeditDrawCallbackStruct> for XIMPreeditDrawCallbackStruct
impl PartialEq<XIMPreeditDrawCallbackStruct> for XIMPreeditDrawCallbackStruct
source§fn eq(&self, other: &XIMPreeditDrawCallbackStruct) -> bool
fn eq(&self, other: &XIMPreeditDrawCallbackStruct) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.