Struct gdk_x11_sys::xlib::XIMPreeditDrawCallbackStruct [−]
#[repr(C)]pub struct XIMPreeditDrawCallbackStruct { pub caret: i32, pub chg_first: i32, pub chg_length: i32, pub text: *mut XIMText, }
Fields
caret: i32chg_first: i32chg_length: i32text: *mut XIMTextTrait Implementations
impl Clone for XIMPreeditDrawCallbackStruct
impl Clone for XIMPreeditDrawCallbackStructpub fn clone(&self) -> XIMPreeditDrawCallbackStruct
pub fn clone(&self) -> XIMPreeditDrawCallbackStructReturns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for XIMPreeditDrawCallbackStruct
impl Debug for XIMPreeditDrawCallbackStructpub fn eq(&self, other: &XIMPreeditDrawCallbackStruct) -> bool
pub fn eq(&self, other: &XIMPreeditDrawCallbackStruct) -> boolThis method tests for self and other values to be equal, and is used
by ==. Read more
pub fn ne(&self, other: &XIMPreeditDrawCallbackStruct) -> bool
pub fn ne(&self, other: &XIMPreeditDrawCallbackStruct) -> boolThis method tests for !=.
impl Copy for XIMPreeditDrawCallbackStructAuto Trait Implementations
impl !Send for XIMPreeditDrawCallbackStructimpl !Sync for XIMPreeditDrawCallbackStructimpl Unpin for XIMPreeditDrawCallbackStructimpl UnwindSafe for XIMPreeditDrawCallbackStructBlanket Implementations
Mutably borrows from an owned value. Read more