Enum x11::xlib::XIMCaretDirection
source · #[repr(C)]
pub enum XIMCaretDirection {
XIMForwardChar,
XIMBackwardChar,
XIMForwardWord,
XIMBackwardWord,
XIMCaretUp,
XIMCaretDown,
XIMNextLine,
XIMPreviousLine,
XIMLineStart,
XIMLineEnd,
XIMAbsolutePosition,
XIMDontChange,
}
Variants§
XIMForwardChar
XIMBackwardChar
XIMForwardWord
XIMBackwardWord
XIMCaretUp
XIMCaretDown
XIMNextLine
XIMPreviousLine
XIMLineStart
XIMLineEnd
XIMAbsolutePosition
XIMDontChange
Trait Implementations§
source§impl Clone for XIMCaretDirection
impl Clone for XIMCaretDirection
source§fn clone(&self) -> XIMCaretDirection
fn clone(&self) -> XIMCaretDirection
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 XIMCaretDirection
impl Debug for XIMCaretDirection
source§impl PartialEq<XIMCaretDirection> for XIMCaretDirection
impl PartialEq<XIMCaretDirection> for XIMCaretDirection
source§fn eq(&self, other: &XIMCaretDirection) -> bool
fn eq(&self, other: &XIMCaretDirection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.