Struct gdk4_x11_sys::xlib::XIMPreeditCaretCallbackStruct [−][src]
#[repr(C)]pub struct XIMPreeditCaretCallbackStruct {
pub position: i32,
pub direction: XIMCaretDirection,
pub style: XIMCaretStyle,
}
Fields
position: i32
direction: XIMCaretDirection
style: XIMCaretStyle
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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