Enum x11_dl::xlib::XIMCaretStyle
source · #[repr(C)]pub enum XIMCaretStyle {
XIMIsInvisible = 0,
XIMIsPrimary = 1,
XIMIsSecondary = 2,
}
Variants§
Trait Implementations§
source§impl Clone for XIMCaretStyle
impl Clone for XIMCaretStyle
source§fn clone(&self) -> XIMCaretStyle
fn clone(&self) -> XIMCaretStyle
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 XIMCaretStyle
impl Debug for XIMCaretStyle
source§impl PartialEq for XIMCaretStyle
impl PartialEq for XIMCaretStyle
source§fn eq(&self, other: &XIMCaretStyle) -> bool
fn eq(&self, other: &XIMCaretStyle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more