Struct x11_dl::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 for XIMPreeditDrawCallbackStruct
impl PartialEq 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 ==
.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