Enum x11::xlib::XIMCaretStyle
source · [−]#[repr(C)]
pub enum XIMCaretStyle {
XIMIsInvisible,
XIMIsPrimary,
XIMIsSecondary,
}
Variants
XIMIsInvisible
XIMIsPrimary
XIMIsSecondary
Trait Implementations
sourceimpl Clone for XIMCaretStyle
impl Clone for XIMCaretStyle
sourcefn clone(&self) -> XIMCaretStyle
fn clone(&self) -> XIMCaretStyle
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for XIMCaretStyle
impl Debug for XIMCaretStyle
sourceimpl PartialEq<XIMCaretStyle> for XIMCaretStyle
impl PartialEq<XIMCaretStyle> for XIMCaretStyle
sourcefn 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 ==
. Read more
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more