Enum gdk_x11_sys::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 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl 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
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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