Enum gdk_x11_sys::xlib::XIMCaretStyle [−]
#[repr(C)] pub enum XIMCaretStyle { XIMIsInvisible, XIMIsPrimary, XIMIsSecondary, }
Variants
Trait Implementations
impl Clone for XIMCaretStyle
impl Clone for XIMCaretStyle
pub fn clone(&self) -> XIMCaretStyle
pub fn clone(&self) -> XIMCaretStyle
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl Debug for XIMCaretStyle
impl Debug for XIMCaretStyle
impl PartialEq<XIMCaretStyle> for XIMCaretStyle
impl PartialEq<XIMCaretStyle> for XIMCaretStyle
impl Copy for XIMCaretStyle
impl StructuralPartialEq for XIMCaretStyle
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