#[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 XIMTextTrait Implementations§
Source§impl Clone for XIMPreeditDrawCallbackStruct
 
impl Clone for XIMPreeditDrawCallbackStruct
Source§fn clone(&self) -> XIMPreeditDrawCallbackStruct
 
fn clone(&self) -> XIMPreeditDrawCallbackStruct
Returns a duplicate 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 for XIMPreeditDrawCallbackStruct
 
impl PartialEq for XIMPreeditDrawCallbackStruct
Source§fn eq(&self, other: &XIMPreeditDrawCallbackStruct) -> bool
 
fn eq(&self, other: &XIMPreeditDrawCallbackStruct) -> bool
Tests for 
self and other values to be equal, and is used by ==.impl Copy for XIMPreeditDrawCallbackStruct
impl StructuralPartialEq for XIMPreeditDrawCallbackStruct
Auto Trait Implementations§
impl Freeze for XIMPreeditDrawCallbackStruct
impl RefUnwindSafe for XIMPreeditDrawCallbackStruct
impl !Send for XIMPreeditDrawCallbackStruct
impl !Sync for XIMPreeditDrawCallbackStruct
impl Unpin for XIMPreeditDrawCallbackStruct
impl UnwindSafe for XIMPreeditDrawCallbackStruct
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more