Struct gdk_x11_sys::xlib::XIMPreeditCaretCallbackStruct [−]
#[repr(C)]pub struct XIMPreeditCaretCallbackStruct { pub position: i32, pub direction: XIMCaretDirection, pub style: XIMCaretStyle, }
Fields
position: i32
direction: XIMCaretDirection
style: XIMCaretStyle
Trait Implementations
impl Clone for XIMPreeditCaretCallbackStruct
impl Clone for XIMPreeditCaretCallbackStruct
pub fn clone(&self) -> XIMPreeditCaretCallbackStruct
pub fn clone(&self) -> XIMPreeditCaretCallbackStruct
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl Debug for XIMPreeditCaretCallbackStruct
impl Debug for XIMPreeditCaretCallbackStruct
pub fn eq(&self, other: &XIMPreeditCaretCallbackStruct) -> bool
pub fn eq(&self, other: &XIMPreeditCaretCallbackStruct) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
pub fn ne(&self, other: &XIMPreeditCaretCallbackStruct) -> bool
pub fn ne(&self, other: &XIMPreeditCaretCallbackStruct) -> bool
This method tests for !=
.
impl Copy for XIMPreeditCaretCallbackStruct
Auto Trait Implementations
impl Send for XIMPreeditCaretCallbackStruct
impl Sync for XIMPreeditCaretCallbackStruct
impl Unpin for XIMPreeditCaretCallbackStruct
impl UnwindSafe for XIMPreeditCaretCallbackStruct
Blanket Implementations
Mutably borrows from an owned value. Read more