Enum gdk_x11_sys::xlib::XIMCaretStyle
source · [−]#[repr(C)]
pub enum XIMCaretStyle {
XIMIsInvisible,
XIMIsPrimary,
XIMIsSecondary,
}
Variants
XIMIsInvisible
XIMIsPrimary
XIMIsSecondary
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