Struct glutin_glx_sys::XIMPreeditCaretCallbackStruct [−][src]
#[repr(C)]pub struct XIMPreeditCaretCallbackStruct {
pub position: i32,
pub direction: XIMCaretDirection,
pub style: XIMCaretStyle,
}Fields
position: i32direction: XIMCaretDirectionstyle: XIMCaretStyleTrait 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
