Enum gdk4_x11_sys::xlib::XIMCaretStyle [−][src]
#[repr(C)]
pub enum XIMCaretStyle {
XIMIsInvisible,
XIMIsPrimary,
XIMIsSecondary,
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XIMCaretStyle
impl Send for XIMCaretStyle
impl Sync for XIMCaretStyle
impl Unpin for XIMCaretStyle
impl UnwindSafe for XIMCaretStyle
Blanket Implementations
Mutably borrows from an owned value. Read more