Enum gdk_x11_sys::xlib::XIMCaretStyle [−]
#[repr(C)]
pub enum XIMCaretStyle {
XIMIsInvisible,
XIMIsPrimary,
XIMIsSecondary,
}Variants
Trait Implementations
impl Clone for XIMCaretStyle
impl Clone for XIMCaretStylepub fn clone(&self) -> XIMCaretStyle
pub fn clone(&self) -> XIMCaretStyleReturns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for XIMCaretStyle
impl Debug for XIMCaretStyleimpl PartialEq<XIMCaretStyle> for XIMCaretStyle
impl PartialEq<XIMCaretStyle> for XIMCaretStyleimpl Copy for XIMCaretStyleimpl StructuralPartialEq for XIMCaretStyleAuto Trait Implementations
impl RefUnwindSafe for XIMCaretStyleimpl Send for XIMCaretStyleimpl Sync for XIMCaretStyleimpl Unpin for XIMCaretStyleimpl UnwindSafe for XIMCaretStyleBlanket Implementations
Mutably borrows from an owned value. Read more